Changes in uspace/drv/ohci/root_hub.h [8148ee3a:66a54cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.h
r8148ee3a r66a54cc 50 50 /** usb address of the root hub */ 51 51 usb_address_t address; 52 /** ddf device information */ 53 ddf_dev_t *device; 52 54 /** hub port count */ 53 55 int port_count; … … 56 58 } rh_t; 57 59 58 int rh_init(rh_t *instance, ohci_regs_t *regs);60 int rh_init(rh_t *instance, ddf_dev_t *dev, ohci_regs_t *regs); 59 61 60 62 int rh_request(rh_t *instance, usb_transfer_batch_t *request);
Note:
See TracChangeset
for help on using the changeset viewer.