Changeset 245b56b5 in mainline for uspace/drv/uhci/root_hub/root_hub.h
- Timestamp:
- 2011-01-29T08:32:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 113aef8
- Parents:
- 816175a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/root_hub.h
r816175a2 r245b56b5 36 36 37 37 #include <fibril.h> 38 #include <driver.h> 38 #include <driver.h> /* for device_t */ 39 39 40 40 #include "port.h" … … 42 42 #define UHCI_ROOT_HUB_PORT_COUNT 2 43 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 {
Note:
See TracChangeset
for help on using the changeset viewer.