Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/root_hub.h

    r8148ee3a r66a54cc  
    5050        /** usb address of the root hub */
    5151        usb_address_t address;
     52        /** ddf device information */
     53        ddf_dev_t *device;
    5254        /** hub port count */
    5355        int port_count;
     
    5658} rh_t;
    5759
    58 int rh_init(rh_t *instance, ohci_regs_t *regs);
     60int rh_init(rh_t *instance, ddf_dev_t *dev, ohci_regs_t *regs);
    5961
    6062int rh_request(rh_t *instance, usb_transfer_batch_t *request);
Note: See TracChangeset for help on using the changeset viewer.