Changeset 193da9d6 in mainline for uspace/drv/bus/usb/usbhub/ports.h
- Timestamp:
- 2011-09-19T14:15:55Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a05ced0
- Parents:
- 34a0d17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/ports.h
r34a0d17 r193da9d6 62 62 * @param port Port to be initialized. 63 63 */ 64 static inline void usb_hub_port_init(usb_hub_port_t *port) { 64 static inline void usb_hub_port_init(usb_hub_port_t *port) 65 { 66 assert(port); 65 67 port->attached_device.address = -1; 66 68 port->attached_device.handle = 0;
Note:
See TracChangeset
for help on using the changeset viewer.