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