Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/netif/netif_messages.h
76,12 → 76,12
/*@{*/
 
/** Returns the interrupt number message parameter.
* @param call The message call structure. Input parameter.
* @param[in] call The message call structure.
*/
#define NETIF_GET_IRQ( call ) ( int ) IPC_GET_ARG2( * call )
 
/** Returns the input/output address message parameter.
* @param call The message call structure. Input parameter.
* @param[in] call The message call structure.
*/
#define NETIF_GET_IO( call ) ( int ) IPC_GET_ARG3( * call )