Rev 4723 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4723 | Rev 4756 | ||
|---|---|---|---|
| Line 73... | Line 73... | ||
| 73 | /** @name Internetwork layer specific message parameters definitions |
73 | /** @name Internetwork layer specific message parameters definitions |
| 74 | */ |
74 | */ |
| 75 | /*@{*/ |
75 | /*@{*/ |
| 76 | 76 | ||
| 77 | /** Returns the protocol number message parameter. |
77 | /** Returns the protocol number message parameter. |
| 78 | * @param call The message call structure. Input parameter. |
78 | * @param[in] call The message call structure. |
| 79 | */ |
79 | */ |
| 80 | #define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call ) |
80 | #define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call ) |
| 81 | 81 | ||
| 82 | /** Returns the registering service message parameter. |
82 | /** Returns the registering service message parameter. |
| 83 | * @param call The message call structure. Input parameter. |
83 | * @param[in] call The message call structure. |
| 84 | */ |
84 | */ |
| 85 | #define IL_GET_SERVICE( call ) ( services_t ) IPC_GET_ARG2( * call ) |
85 | #define IL_GET_SERVICE( call ) ( services_t ) IPC_GET_ARG2( * call ) |
| 86 | 86 | ||
| 87 | /*@}*/ |
87 | /*@}*/ |
| 88 | 88 | ||