aboutsummaryrefslogtreecommitdiff
path: root/arch/cris/include/asm/swab.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/include/asm/swab.h')
-rw-r--r--arch/cris/include/asm/swab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/cris/include/asm/swab.h b/arch/cris/include/asm/swab.h
new file mode 100644
index 00000000000..80668e88419
--- /dev/null
+++ b/arch/cris/include/asm/swab.h
@@ -0,0 +1,8 @@
+#ifndef _CRIS_SWAB_H
+#define _CRIS_SWAB_H
+
+#ifdef __KERNEL__
+#include <arch/swab.h>
+#endif /* __KERNEL__ */
+
+#endif /* _CRIS_SWAB_H */