Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic.h

    rcde999a r869d936  
    8787/**
    8888 * The handler for transitions between driver states.
    89  * If the handler returns error code, the transition between
     89 * If the handler returns negative error code, the transition between
    9090 * states is canceled (the state is not changed).
    9191 *
     
    9393 *
    9494 * @return EOK  If everything is all right.
    95  * @return error code on error.
     95 * @return negative error code on error.
    9696 */
    9797typedef int (*state_change_handler)(nic_t *);
Note: See TracChangeset for help on using the changeset viewer.