bitops.h (f312eff8164879e04923d41e9dd23e7850937d85) bitops.h (61f2e7b0f474225b4226772830ae4b29a3a21f8d)
1#ifndef __ASM_SH_BITOPS_H
2#define __ASM_SH_BITOPS_H
3
4#ifdef __KERNEL__
5
6#ifndef _LINUX_BITOPS_H
7#error only <linux/bitops.h> can be included directly
8#endif

--- 82 unchanged lines hidden (view full) ---

91
92#include <asm-generic/bitops/find.h>
93#include <asm-generic/bitops/ffs.h>
94#include <asm-generic/bitops/hweight.h>
95#include <asm-generic/bitops/lock.h>
96#include <asm-generic/bitops/sched.h>
97#include <asm-generic/bitops/le.h>
98#include <asm-generic/bitops/ext2-atomic.h>
1#ifndef __ASM_SH_BITOPS_H
2#define __ASM_SH_BITOPS_H
3
4#ifdef __KERNEL__
5
6#ifndef _LINUX_BITOPS_H
7#error only <linux/bitops.h> can be included directly
8#endif

--- 82 unchanged lines hidden (view full) ---

91
92#include <asm-generic/bitops/find.h>
93#include <asm-generic/bitops/ffs.h>
94#include <asm-generic/bitops/hweight.h>
95#include <asm-generic/bitops/lock.h>
96#include <asm-generic/bitops/sched.h>
97#include <asm-generic/bitops/le.h>
98#include <asm-generic/bitops/ext2-atomic.h>
99#include <asm-generic/bitops/minix.h>
100#include <asm-generic/bitops/fls.h>
101#include <asm-generic/bitops/__fls.h>
102#include <asm-generic/bitops/fls64.h>
103
104#endif /* __KERNEL__ */
105
106#endif /* __ASM_SH_BITOPS_H */
99#include <asm-generic/bitops/fls.h>
100#include <asm-generic/bitops/__fls.h>
101#include <asm-generic/bitops/fls64.h>
102
103#endif /* __KERNEL__ */
104
105#endif /* __ASM_SH_BITOPS_H */