Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hw_struct/common.h

    r590cb6d2 rfec7ba0  
    5353 * 4 bytes, little-endian.
    5454 */
    55 typedef ioport32_t xhci_dword_t;
     55typedef ioport32_t xhci_dword_t __attribute__((aligned(4)));
    5656
    5757/**
    5858 * 8 bytes, little-endian.
    5959 */
    60 typedef volatile uint64_t xhci_qword_t;
     60typedef volatile uint64_t xhci_qword_t __attribute__((aligned(8)));
    6161
    6262#define XHCI_DWORD_EXTRACT(field, hi, lo) \
Note: See TracChangeset for help on using the changeset viewer.