Changes in uspace/lib/net/include/netif_messages.h [849ed54:14f1db0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/netif_messages.h
r849ed54 r14f1db0 28 28 29 29 /** @addtogroup netif 30 * 30 * @{ 31 31 */ 32 32 33 33 /** @file 34 * Network interface common module messages. 35 * @see netif_interface.h 34 * Network interface common module messages. 36 35 */ 37 36 … … 76 75 /*@{*/ 77 76 78 /** Return sthe interrupt number message parameter.79 * 77 /** Return the interrupt number message parameter. 78 * @param[in] call The message call structure. 80 79 */ 81 80 #define NETIF_GET_IRQ(call) \ 82 81 ({int irq = (int) IPC_GET_ARG2(*call); irq;}) 83 82 84 /** Return sthe input/output address message parameter.85 * 83 /** Return the input/output address message parameter. 84 * @param[in] call The message call structure. 86 85 */ 87 86 #define NETIF_GET_IO(call) \
Note:
See TracChangeset
for help on using the changeset viewer.