bitops.h (f312eff8164879e04923d41e9dd23e7850937d85) | bitops.h (61f2e7b0f474225b4226772830ae4b29a3a21f8d) |
---|---|
1/* 2 * include/asm-xtensa/bitops.h 3 * 4 * Atomic operations that C can't guarantee us.Useful for resource counting etc. 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. --- 111 unchanged lines hidden (view full) --- 120 test_and_clear_bit((nr) ^ 0x18, (unsigned long*)(addr)) 121#else 122# error processor byte order undefined! 123#endif 124 125#include <asm-generic/bitops/hweight.h> 126#include <asm-generic/bitops/lock.h> 127#include <asm-generic/bitops/sched.h> | 1/* 2 * include/asm-xtensa/bitops.h 3 * 4 * Atomic operations that C can't guarantee us.Useful for resource counting etc. 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. --- 111 unchanged lines hidden (view full) --- 120 test_and_clear_bit((nr) ^ 0x18, (unsigned long*)(addr)) 121#else 122# error processor byte order undefined! 123#endif 124 125#include <asm-generic/bitops/hweight.h> 126#include <asm-generic/bitops/lock.h> 127#include <asm-generic/bitops/sched.h> |
128#include <asm-generic/bitops/minix.h> | |
129 130#endif /* __KERNEL__ */ 131 132#endif /* _XTENSA_BITOPS_H */ | 128 129#endif /* __KERNEL__ */ 130 131#endif /* _XTENSA_BITOPS_H */ |