aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-alpha/unaligned.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/unaligned.h')
-rw-r--r--include/asm-alpha/unaligned.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-alpha/unaligned.h b/include/asm-alpha/unaligned.h
new file mode 100644
index 000000000000..a1d72846f61c
--- /dev/null
+++ b/include/asm-alpha/unaligned.h
@@ -0,0 +1,6 @@
+#ifndef __ALPHA_UNALIGNED_H
+#define __ALPHA_UNALIGNED_H
+
+#include <asm-generic/unaligned.h>
+
+#endif