Changeset 013e4ca4 in mainline for uspace/drv/uhci-rhd/root_hub.h
- Timestamp:
- 2011-02-25T19:58:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d33eb5
- Parents:
- 4d37c42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/root_hub.h
r4d37c42 r013e4ca4 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 {
Note:
See TracChangeset
for help on using the changeset viewer.