mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
7 lines
138 B
C
7 lines
138 B
C
|
#ifndef _ASM_XTENSA_UNALIGNED_H
|
||
|
#define _ASM_XTENSA_UNALIGNED_H
|
||
|
|
||
|
#include <asm-generic/unaligned.h>
|
||
|
|
||
|
#endif /* _ASM_XTENSA_UNALIGNED_H */
|