Changeset 95f1b8f in mainline for uspace/drv/bus/usb/uhci/hw_struct/queue_head.h
- Timestamp:
- 2018-02-24T19:51:28Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef3afd
- Parents:
- 0539c14
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-02-24 18:29:28)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-02-24 19:51:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h
r0539c14 r95f1b8f 50 50 /** Pointer to the contained entities (execution controlled by vertical flag*/ 51 51 volatile link_pointer_t element; 52 } __attribute__((packed )) qh_t;52 } __attribute__((packed,aligned(16))) qh_t; 53 53 54 54 /** Initialize queue head structure
Note:
See TracChangeset
for help on using the changeset viewer.