Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-avr32 / unaligned.h
blob36f5fd430543ec5d088335f52d357d58e7c75ea7
1 #ifndef __ASM_AVR32_UNALIGNED_H
2 #define __ASM_AVR32_UNALIGNED_H
4 /*
5 * AVR32 can handle some unaligned accesses, depending on the
6 * implementation. The AVR32 AP implementation can handle unaligned
7 * words, but halfwords must be halfword-aligned, and doublewords must
8 * be word-aligned.
10 * However, swapped word loads must be word-aligned so we can't
11 * optimize word loads in general.
14 #include <asm-generic/unaligned.h>
16 #endif /* __ASM_AVR32_UNALIGNED_H */