Changeset 962f03b in mainline for uspace/lib/c/include/ipc/iplink.h
- Timestamp:
- 2012-02-27T19:32:15Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56792a2
- Parents:
- 87e5658c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/iplink.h
r87e5658c r962f03b 40 40 typedef enum { 41 41 IPLINK_GET_MTU = IPC_FIRST_USER_METHOD, 42 IPLINK_SEND 42 IPLINK_SEND, 43 IPLINK_ADDR_ADD, 44 IPLINK_ADDR_REMOVE 43 45 } iplink_request_t; 44 46
Note:
See TracChangeset
for help on using the changeset viewer.