Changeset 096a1ff in mainline for uspace/drv/uhci/uhci.h
- Timestamp:
- 2011-01-28T23:54:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5935fe4c
- Parents:
- f0e25e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/uhci.h
rf0e25e8 r096a1ff 56 56 57 57 uint16_t usbsts; 58 #define UHCI_STATUS_HALTED (1 << 5) 59 #define UHCI_STATUS_PROCESS_ERROR (1 << 4) 60 #define UHCI_STATUS_SYSTEM_ERROR (1 << 3) 61 #define UHCI_STATUS_RESUME (1 << 2) 62 #define UHCI_STATUS_ERROR_INTERRUPT (1 << 1) 63 #define UHCI_STATUS_INTERRUPT (1 << 0) 64 58 65 uint16_t usbintr; 59 66 uint16_t frnum;
Note:
See TracChangeset
for help on using the changeset viewer.