Changeset 205f1add in mainline for uspace/srv/net/ethip/atrans.h
- Timestamp:
- 2018-08-23T21:14:56Z (6 years ago)
- Children:
- f33c989e
- Parents:
- e2625b1a
- git-author:
- Jakub Jermar <jakub@…> (2018-08-21 21:58:52)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-23 21:14:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/atrans.h
re2625b1a r205f1add 45 45 extern errno_t atrans_remove(addr32_t); 46 46 extern errno_t atrans_lookup(addr32_t, addr48_t); 47 extern errno_t atrans_lookup_timeout(addr32_t, suseconds_t, addr48_t);47 extern errno_t atrans_lookup_timeout(addr32_t, usec_t, addr48_t); 48 48 49 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.