Changeset 0bd2879 in mainline for uspace/drv/uhci/utils/usb_device.h
- Timestamp:
- 2011-01-08T21:51:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 977fcea
- Parents:
- 602eac5
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/utils/usb_device.h
r602eac5 r0bd2879 38 38 #include <usb/usb.h> 39 39 40 int identify_device(device_t *hc, device_t *child, usb_address_t address); 40 int usb_device_identify(device_t *device, device_t *hc, usb_address_t address); 41 42 int usb_device_init(device_t *device, device_t *hc, usb_address_t address, 43 int port); 41 44 42 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.