Changes in uspace/srv/net/il/il_messages.h [aadf01e:21580dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/il_messages.h
raadf01e r21580dd 78 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 82 /** Returns the registering service message parameter. 83 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 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.