Changeset 7d521e24 in mainline for uspace/drv/uhci-rhd
- Timestamp:
- 2011-05-17T08:54:43Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f2de92
- Parents:
- 04c418d
- Location:
- uspace/drv/uhci-rhd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.c
r04c418d r7d521e24 40 40 41 41 #include <usb/usb.h> /* usb_address_t */ 42 #include <usb/ hub.h> /* usb_hc_new_device_wrapper */42 #include <usb/dev/hub.h> /* usb_hc_new_device_wrapper */ 43 43 #include <usb/debug.h> 44 44 -
uspace/drv/uhci-rhd/port.h
r04c418d r7d521e24 38 38 #include <fibril.h> 39 39 #include <ddf/driver.h> 40 #include <usb/ usbdevice.h> /* usb_hc_connection_t */40 #include <usb/dev/hc.h> /* usb_hc_connection_t */ 41 41 42 42 typedef uint16_t port_status_t;
Note:
See TracChangeset
for help on using the changeset viewer.
