Changes in uspace/drv/uhci-rhd/port.h [0063838:f673f60] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.h
r0063838 rf673f60 36 36 37 37 #include <assert.h> 38 #include <d df/driver.h>38 #include <driver.h> /* device_t */ 39 39 #include <stdint.h> 40 40 #include <usb/usbdevice.h> … … 48 48 unsigned wait_period_usec; 49 49 usb_hc_connection_t hc_connection; 50 d df_dev_t *rh;50 device_t *rh; 51 51 devman_handle_t attached_device; 52 52 fid_t checker; … … 55 55 int uhci_port_init( 56 56 uhci_port_t *port, port_status_t *address, unsigned number, 57 unsigned usec, d df_dev_t *rh);57 unsigned usec, device_t *rh, int parent_phone); 58 58 59 59 void uhci_port_fini(uhci_port_t *port);
Note:
See TracChangeset
for help on using the changeset viewer.