Changes in uspace/srv/net/nil/nil_messages.h [aadf01e:21580dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/nil_messages.h
raadf01e r21580dd 82 82 /** Returns the protocol service message parameter. 83 83 */ 84 #define NIL_GET_PROTO( call) (services_t) IPC_GET_ARG2(*call)84 #define NIL_GET_PROTO( call ) ( services_t ) IPC_GET_ARG2( * call ) 85 85 86 86 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.