Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __UM_BITOPS_H |
2 | #define __UM_BITOPS_H | ||||
3 | |||||
Jiri Slaby | 0624517 | 2007-10-18 23:40:26 -0700 | [diff] [blame] | 4 | #ifndef _LINUX_BITOPS_H |
5 | #error only <linux/bitops.h> can be included directly | ||||
6 | #endif | ||||
7 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #include "asm/arch/bitops.h" |
9 | |||||
10 | #endif |