Changeset af60409 in mainline for uspace/drv/bus/usb/ehci/ehci_regs.h
- Timestamp:
- 2018-03-26T20:04:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb748a0
- Parents:
- b752a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_regs.h
rb752a31 raf60409 48 48 typedef struct ehci_cap_regs { 49 49 const ioport8_t caplength; 50 PADD8 ;50 PADD8(1); 51 51 const ioport16_t hciversion; 52 52 const ioport32_t hcsparams; … … 126 126 #define USB_ASYNCLIST_MASK 0xfffffff0 127 127 128 PADD32 [9];128 PADD32(9); 129 129 130 130 ioport32_t configflag;
Note:
See TracChangeset
for help on using the changeset viewer.