Changeset 81716eb in mainline for uspace/drv/bus/usb/ohci/hw_struct/hcca.h
- Timestamp:
- 2012-04-08T17:53:15Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c5bff3c
- Parents:
- 1b90e90 (diff), f3378ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/hcca.h
r1b90e90 r81716eb 54 54 uint32_t done_head; 55 55 /** Padding to make the size 256B */ 56 uint32_t reserved[ 29];57 } __attribute__((packed, aligned))hcca_t;56 uint32_t reserved[30]; 57 } hcca_t; 58 58 59 59 /** Allocate properly aligned structure.
Note:
See TracChangeset
for help on using the changeset viewer.