Changeset 590cb6d2 in mainline for uspace/drv/bus/usb/xhci/hw_struct/common.h
- Timestamp:
- 2023-10-22T15:53:32Z (18 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71b4444, abb70fc3
- Parents:
- f4a42661
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 15:39:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 15:53:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/common.h
rf4a42661 r590cb6d2 53 53 * 4 bytes, little-endian. 54 54 */ 55 typedef ioport32_t xhci_dword_t __attribute__((aligned(4)));55 typedef ioport32_t xhci_dword_t; 56 56 57 57 /** 58 58 * 8 bytes, little-endian. 59 59 */ 60 typedef volatile uint64_t xhci_qword_t __attribute__((aligned(8)));60 typedef volatile uint64_t xhci_qword_t; 61 61 62 62 #define XHCI_DWORD_EXTRACT(field, hi, lo) \
Note:
See TracChangeset
for help on using the changeset viewer.