aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/asm/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/asm/bitops.h')
-rw-r--r--arch/um/include/asm/bitops.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/um/include/asm/bitops.h b/arch/um/include/asm/bitops.h
new file mode 100644
index 00000000000..e4d38d437b9
--- /dev/null
+++ b/arch/um/include/asm/bitops.h
@@ -0,0 +1,10 @@
+#ifndef __UM_BITOPS_H
+#define __UM_BITOPS_H
+
+#ifndef _LINUX_BITOPS_H
+#error only <linux/bitops.h> can be included directly
+#endif
+
+#include "asm/arch/bitops.h"
+
+#endif