Rev 4695 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4695 | Rev 4704 | ||
|---|---|---|---|
| Line 73... | Line 73... | ||
| 73 | * @see nil_get_broadcast_addr() |
73 | * @see nil_get_broadcast_addr() |
| 74 | */ |
74 | */ |
| 75 | NET_NIL_BROADCAST_ADDR, |
75 | NET_NIL_BROADCAST_ADDR, |
| 76 | } nil_messages; |
76 | } nil_messages; |
| 77 | 77 | ||
| - | 78 | /** @name Network interface layer specific message parameters definitions |
|
| - | 79 | */ |
|
| - | 80 | /*@{*/ |
|
| - | 81 | ||
| 78 | /** Returns the protocol service message parameter. |
82 | /** Returns the protocol service message parameter. |
| 79 | */ |
83 | */ |
| 80 | #define NIL_GET_PROTO( call ) ( services_t ) IPC_GET_ARG2( * call ) |
84 | #define NIL_GET_PROTO( call ) ( services_t ) IPC_GET_ARG2( * call ) |
| 81 | 85 | ||
| - | 86 | /*@}*/ |
|
| - | 87 | ||
| 82 | #endif |
88 | #endif |
| 83 | 89 | ||
| 84 | /** @} |
90 | /** @} |
| 85 | */ |
91 | */ |