Changeset 95f1b8f in mainline for uspace/drv/bus/usb/uhci
- Timestamp:
- 2018-02-24T19:51:28Z (8 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)
- Location:
- uspace/drv/bus/usb/uhci/hw_struct
- Files:
-
- 2 edited
-
queue_head.h (modified) (1 diff)
-
transfer_descriptor.h (modified) (1 diff)
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 -
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h
r0539c14 r95f1b8f 95 95 * memory just needs to be aligned. We don't use it anyway. 96 96 */ 97 } __attribute__((packed )) td_t;97 } __attribute__((packed,aligned(16))) td_t; 98 98 99 99
Note:
See TracChangeset
for help on using the changeset viewer.
