Changeset bd41ac52 in mainline for uspace/srv/net/ethip/atrans.h
- Timestamp:
- 2018-08-25T22:21:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca80a2
- Parents:
- e2625b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/atrans.h
re2625b1a rbd41ac52 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.