Changeset d46ceb2b in mainline for uspace/lib/usbdev/include/usb/dev/driver.h
- Timestamp:
- 2017-10-28T14:54:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d37514e
- Parents:
- 40a3bfa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/driver.h
r40a3bfa 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.