Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/nildummy/nildummy.c

    r4eca056 r1bfd3d3  
    142142 * @param[in] service   The device driver service.
    143143 * @param[in] mtu       The device maximum transmission unit.
    144  * @returns             EOK on success.
    145  * @returns             EEXIST if the device with the different service exists.
    146  * @returns             ENOMEM if there is not enough memory left.
    147  * @returns             Other error codes as defined for the
     144 * @return              EOK on success.
     145 * @return              EEXIST if the device with the different service exists.
     146 * @return              ENOMEM if there is not enough memory left.
     147 * @return              Other error codes as defined for the
    148148 *                      netif_bind_service() function.
    149  * @returns             Other error codes as defined for the
     149 * @return              Other error codes as defined for the
    150150 *                      netif_get_addr_req() function.
    151151 */
Note: See TracChangeset for help on using the changeset viewer.