Changes in uspace/drv/uhci-rhd/port.h [f673f60:1f5c1e61] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.h
rf673f60 r1f5c1e61 38 38 #include <driver.h> /* device_t */ 39 39 #include <stdint.h> 40 #include <usb/usbdevice.h>41 40 42 41 #include "port_status.h" … … 47 46 unsigned number; 48 47 unsigned wait_period_usec; 49 usb_hc_connection_t hc_connection;48 int hc_phone; 50 49 device_t *rh; 51 50 devman_handle_t attached_device;
Note:
See TracChangeset
for help on using the changeset viewer.