diff options
Diffstat (limited to 'arch/um/include/asm/bitops.h')
-rw-r--r-- | arch/um/include/asm/bitops.h | 10 |
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 000000000000..e4d38d437b97 --- /dev/null +++ b/arch/um/include/asm/bitops.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef __UM_BITOPS_H | ||
2 | #define __UM_BITOPS_H | ||
3 | |||
4 | #ifndef _LINUX_BITOPS_H | ||
5 | #error only <linux/bitops.h> can be included directly | ||
6 | #endif | ||
7 | |||
8 | #include "asm/arch/bitops.h" | ||
9 | |||
10 | #endif | ||