Ignore:
File:
1 edited

Legend:

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

    r14f1db0 r849ed54  
    2828
    2929/** @addtogroup net_il
    30  * @{
     30 *  @{
    3131 */
    3232
    3333/** @file
    34  * Internetwork layer modules messages.
    35  * @see il_interface.h
    36  * @see ip_interface.h
     34 *  Internetwork layer modules messages.
     35 *  @see il_interface.h
     36 *  @see ip_interface.h
    3737 */
    3838
     
    4444/** Internet layer modules messages.
    4545 */
    46 typedef enum {
     46typedef enum{
    4747        /** New device message.
    4848         *  @see ip_device_req()
     
    7272
    7373/** @name Internetwork layer specific message parameters definitions
    74  *
    7574 */
    7675/*@{*/
    7776
    78 /** Return the protocol number message parameter.
    79  * @param[in] call The message call structure.
    80  *
     77/** Returns the protocol number message parameter.
     78 *  @param[in] call The message call structure.
    8179 */
    82 #define IL_GET_PROTO(call)  (int) IPC_GET_ARG1(*call)
     80#define IL_GET_PROTO(call)              (int) IPC_GET_ARG1(*call)
    8381
    84 /** Return the registering service message parameter.
    85  * @param[in] call The message call structure.
    86  *
     82/** Returns the registering service message parameter.
     83 *  @param[in] call The message call structure.
    8784 */
    88 #define IL_GET_SERVICE(call)  (services_t) IPC_GET_ARG2(*call)
     85#define IL_GET_SERVICE(call)    (services_t) IPC_GET_ARG2(*call)
    8986
    9087/*@}*/
Note: See TracChangeset for help on using the changeset viewer.