Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/root_hub.h

    r540abef r8f30c2e  
    4242#define ROOT_HUB_WAIT_USEC 250000 /* 250 miliseconds */
    4343
    44 /** UHCI root hub drvier structure */
    4544typedef struct root_hub {
    46         /** Ports provided by the hub */
    4745        uhci_port_t ports[UHCI_ROOT_HUB_PORT_COUNT];
     46        devman_handle_t hc_handle;
    4847} uhci_root_hub_t;
    4948
    5049int uhci_root_hub_init(
    51     uhci_root_hub_t *instance, void *addr, size_t size, ddf_dev_t *rh);
     50  uhci_root_hub_t *instance, void *addr, size_t size, ddf_dev_t *rh);
    5251
    5352void uhci_root_hub_fini(uhci_root_hub_t *instance);
Note: See TracChangeset for help on using the changeset viewer.