Changes in uspace/drv/uhci-rhd/root_hub.h [7ce0fe3:013e4ca4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/root_hub.h
r7ce0fe3 r013e4ca4 36 36 37 37 #include <fibril.h> 38 #include <d river.h> /* for device_t */38 #include <ddf/driver.h> 39 39 40 40 #include "port.h" 41 41 42 42 #define UHCI_ROOT_HUB_PORT_COUNT 2 43 #define UHCI_ROOT_HUB_PORT_REGISTERS_OFFSET 0x10 44 #define ROOT_HUB_WAIT_USEC 10000000 /* 10 seconds */ 43 #define ROOT_HUB_WAIT_USEC 5000000 /* 5 seconds */ 45 44 46 45 typedef struct root_hub { … … 50 49 51 50 int uhci_root_hub_init( 52 uhci_root_hub_t *instance, void *addr, size_t size, d evice_t *rh);51 uhci_root_hub_t *instance, void *addr, size_t size, ddf_dev_t *rh); 53 52 54 53 int uhci_root_hub_fini(uhci_root_hub_t *instance);
Note:
See TracChangeset
for help on using the changeset viewer.