Subversion Repositories HelenOS

Rev

Rev 4704 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4704 Rev 4756
Line 70... Line 70...
70
/** @name ARP specific message parameters definitions
70
/** @name ARP specific message parameters definitions
71
 */
71
 */
72
/*@{*/
72
/*@{*/
73
 
73
 
74
/** Returns the protocol service message parameter.
74
/** Returns the protocol service message parameter.
75
 *  @param call The message call structure. Input parameter.
75
 *  @param[in] call The message call structure.
76
 */
76
 */
77
#define ARP_GET_NETIF( call )       ( services_t ) IPC_GET_ARG2( * call )
77
#define ARP_GET_NETIF( call )       ( services_t ) IPC_GET_ARG2( * call )
78
 
78
 
79
/*@}*/
79
/*@}*/
80
 
80