Changeset 96646a6 in mainline for uspace/lib/usbdev/include/usb/dev/driver.h
- Timestamp:
- 2011-10-12T15:49:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e5ce07
- Parents:
- 1a4ea01d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/driver.h
r1a4ea01d r96646a6 114 114 /** Callback when a new device was added to the system. */ 115 115 int (*device_add)(usb_device_t *); 116 /** Callback when a device is about to be removed from the system. */ 117 int (*device_rem)(usb_device_t *); 118 /** Callback when a device was removed from the system. */ 119 int (*device_gone)(usb_device_t *); 116 120 } usb_driver_ops_t; 117 121
Note:
See TracChangeset
for help on using the changeset viewer.