Changes in uspace/lib/usbdev/include/usb/dev/driver.h [87619045:d46ceb2b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/driver.h
r87619045 rd46ceb2b 48 48 /** Callback when a device was removed from the system. */ 49 49 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 *); 50 54 } usb_driver_ops_t; 51 55
Note:
See TracChangeset
for help on using the changeset viewer.