Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/driver.h

    r87619045 rd46ceb2b  
    4848        /** Callback when a device was removed from the system. */
    4949        int (*device_gone)(usb_device_t *);
     50        /** Callback asking the driver to online a specific function. */
     51        int (*function_online)(ddf_fun_t *);
     52        /** Callback asking the driver to offline a specific function. */
     53        int (*function_offline)(ddf_fun_t *);
    5054} usb_driver_ops_t;
    5155
Note: See TracChangeset for help on using the changeset viewer.