Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4504 → Rev 4505

/branches/network/uspace/srv/net/il/il_messages.h
60,13 → 60,22
* @see ip_send_msg()
*/
NET_IL_SEND,
/** Packet size message.
* @see ip_packet_size_req()
*/
NET_IL_PACKET_SPACE
} il_messages;
 
/** Returns the ip protocol number message parameter.
/** Returns the protocol number message parameter.
* @param call The message call structure. Input parameter.
*/
#define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call )
 
/** Returns the registering service message parameter.
* @param call The message call structure. Input parameter.
*/
#define IL_GET_SERVICE( call ) ( services_t ) IPC_GET_ARG2( * call )
 
#endif
 
/** @}