Changes in uspace/drv/uhci-rhd/root_hub.h [540abef:8f30c2e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/root_hub.h
r540abef r8f30c2e 42 42 #define ROOT_HUB_WAIT_USEC 250000 /* 250 miliseconds */ 43 43 44 /** UHCI root hub drvier structure */45 44 typedef struct root_hub { 46 /** Ports provided by the hub */47 45 uhci_port_t ports[UHCI_ROOT_HUB_PORT_COUNT]; 46 devman_handle_t hc_handle; 48 47 } uhci_root_hub_t; 49 48 50 49 int uhci_root_hub_init( 51 50 uhci_root_hub_t *instance, void *addr, size_t size, ddf_dev_t *rh); 52 51 53 52 void uhci_root_hub_fini(uhci_root_hub_t *instance);
Note:
See TracChangeset
for help on using the changeset viewer.