Changeset 46577995 in mainline for uspace/srv/net/ethip/atrans.h
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/srv/net/ethip/atrans.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/atrans.h
rfacacc71 r46577995 42 42 #include "ethip.h" 43 43 44 extern int atrans_add(addr32_t, addr48_t);45 extern int atrans_remove(addr32_t);46 extern int atrans_lookup(addr32_t, addr48_t);47 extern int atrans_lookup_timeout(addr32_t, suseconds_t, addr48_t);44 extern errno_t atrans_add(addr32_t, addr48_t); 45 extern errno_t atrans_remove(addr32_t); 46 extern errno_t atrans_lookup(addr32_t, addr48_t); 47 extern errno_t atrans_lookup_timeout(addr32_t, suseconds_t, addr48_t); 48 48 49 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
