Ignore:
File:
1 edited

Legend:

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

    r91173333 r87619045  
    4545        int (*device_add)(usb_device_t *);
    4646        /** Callback when a device is about to be removed from the system. */
    47         int (*device_remove)(usb_device_t *);
     47        int (*device_rem)(usb_device_t *);
    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 *);
    5450} usb_driver_ops_t;
    5551
Note: See TracChangeset for help on using the changeset viewer.