summaryrefslogtreecommitdiff
path: root/arch/score/include/asm/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/score/include/asm/bitops.h')
-rw-r--r--arch/score/include/asm/bitops.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/score/include/asm/bitops.h b/arch/score/include/asm/bitops.h
new file mode 100644
index 000000000..c1bf8d6d0
--- /dev/null
+++ b/arch/score/include/asm/bitops.h
@@ -0,0 +1,10 @@
+#ifndef _ASM_SCORE_BITOPS_H
+#define _ASM_SCORE_BITOPS_H
+
+#include <asm/byteorder.h> /* swab32 */
+#include <asm/barrier.h>
+
+#include <asm-generic/bitops.h>
+#include <asm-generic/bitops/__fls.h>
+
+#endif /* _ASM_SCORE_BITOPS_H */