Changeset bd575647 in mainline for uspace/lib/usbdev/include/usb/dev/driver.h
- Timestamp:
- 2011-12-11T16:30:42Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d5ef94
- Parents:
- 2c202c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/driver.h
r2c202c5 rbd575647 72 72 /** USB device structure. */ 73 73 typedef struct { 74 usb_hc_connection_t hc_conn; 74 75 /** Connection backing the pipes. 75 76 * Typically, you will not need to use this attribute at all.
Note:
See TracChangeset
for help on using the changeset viewer.