Changeset af60409 in mainline for uspace/drv/bus/usb/ohci
- Timestamp:
- 2018-03-26T20:04:11Z (8 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/ohci/hw_struct/hcca.h
rb752a31 raf60409 54 54 /** Frame number. */ 55 55 uint16_t frame_number; 56 PADD16 ;56 PADD16(1); 57 57 /** Pointer to the last completed TD. (useless) */ 58 58 uint32_t done_head; 59 59 /** Padding to make the size 256B */ 60 PADD32 [30];60 PADD32(30); 61 61 } hcca_t; 62 62
Note:
See TracChangeset
for help on using the changeset viewer.