Changeset 14f1db0 in mainline for uspace/lib/net/include/nil_messages.h
- Timestamp:
- 2010-04-09T12:54:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1caa3c2
- Parents:
- 24ab58b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/nil_messages.h
r24ab58b3 r14f1db0 28 28 29 29 /** @addtogroup net_nil 30 * 30 * @{ 31 31 */ 32 32 33 33 /** @file 34 * Network interface layer module messages. 35 * @see nil_interface.h 34 * Network interface layer module messages. 36 35 */ 37 36 … … 43 42 #include <net_messages.h> 44 43 45 /** 44 /** Network interface layer module messages. 46 45 */ 47 46 typedef enum { … … 80 79 /*@{*/ 81 80 82 /** Return sthe protocol service message parameter.81 /** Return the protocol service message parameter. 83 82 */ 84 83 #define NIL_GET_PROTO(call) \
Note:
See TracChangeset
for help on using the changeset viewer.