Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4350 | Rev 4695 | ||
---|---|---|---|
Line 77... | Line 77... | ||
77 | 77 | ||
78 | /** Returns the protocol service message parameter. |
78 | /** Returns the protocol service message parameter. |
79 | */ |
79 | */ |
80 | #define NIL_GET_PROTO( call ) ( services_t ) IPC_GET_ARG2( * call ) |
80 | #define NIL_GET_PROTO( call ) ( services_t ) IPC_GET_ARG2( * call ) |
81 | 81 | ||
82 | /** Returns the maximum transmission unit message parameter. |
- | |
83 | */ |
- | |
84 | #define NIL_GET_MTU( call ) ( size_t ) IPC_GET_ARG2( * call ) |
- | |
85 | - | ||
86 | #endif |
82 | #endif |
87 | 83 | ||
88 | /** @} |
84 | /** @} |
89 | */ |
85 | */ |