diff options
Diffstat (limited to 'include/asm-sparc64/unaligned.h')
-rw-r--r-- | include/asm-sparc64/unaligned.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sparc64/unaligned.h b/include/asm-sparc64/unaligned.h new file mode 100644 index 000000000000..1ed3ba537772 --- /dev/null +++ b/include/asm-sparc64/unaligned.h @@ -0,0 +1,6 @@ +#ifndef _ASM_SPARC64_UNALIGNED_H_ +#define _ASM_SPARC64_UNALIGNED_H_ + +#include <asm-generic/unaligned.h> + +#endif /* _ASM_SPARC64_UNALIGNED_H */ |