Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/netif_messages.h

    r14f1db0 r849ed54  
    2828
    2929/** @addtogroup netif
    30  * @{
     30 *  @{
    3131 */
    3232
    3333/** @file
    34  * Network interface common module messages.
     34 *  Network interface common module messages.
     35 *  @see netif_interface.h
    3536 */
    3637
     
    7576/*@{*/
    7677
    77 /** Return the interrupt number message parameter.
    78  * @param[in] call The message call structure.
     78/** Returns the interrupt number message parameter.
     79 *  @param[in] call The message call structure.
    7980 */
    8081#define NETIF_GET_IRQ(call) \
    8182        ({int irq = (int) IPC_GET_ARG2(*call); irq;})
    8283
    83 /** Return the input/output address message parameter.
    84  * @param[in] call The message call structure.
     84/** Returns the input/output address message parameter.
     85 *  @param[in] call The message call structure.
    8586 */
    8687#define NETIF_GET_IO(call) \
Note: See TracChangeset for help on using the changeset viewer.