bitops.h (f312eff8164879e04923d41e9dd23e7850937d85) | bitops.h (61f2e7b0f474225b4226772830ae4b29a3a21f8d) |
---|---|
1#ifndef __ASM_GENERIC_BITOPS_H 2#define __ASM_GENERIC_BITOPS_H 3 4/* 5 * For the benefit of those who are trying to port Linux to another 6 * architecture, here are some C-language equivalents. You should 7 * recode these in the native assembly language, if at all possible. 8 * --- 26 unchanged lines hidden (view full) --- 35#include <asm-generic/bitops/ffs.h> 36#include <asm-generic/bitops/hweight.h> 37#include <asm-generic/bitops/lock.h> 38 39#include <asm-generic/bitops/atomic.h> 40#include <asm-generic/bitops/non-atomic.h> 41#include <asm-generic/bitops/le.h> 42#include <asm-generic/bitops/ext2-atomic.h> | 1#ifndef __ASM_GENERIC_BITOPS_H 2#define __ASM_GENERIC_BITOPS_H 3 4/* 5 * For the benefit of those who are trying to port Linux to another 6 * architecture, here are some C-language equivalents. You should 7 * recode these in the native assembly language, if at all possible. 8 * --- 26 unchanged lines hidden (view full) --- 35#include <asm-generic/bitops/ffs.h> 36#include <asm-generic/bitops/hweight.h> 37#include <asm-generic/bitops/lock.h> 38 39#include <asm-generic/bitops/atomic.h> 40#include <asm-generic/bitops/non-atomic.h> 41#include <asm-generic/bitops/le.h> 42#include <asm-generic/bitops/ext2-atomic.h> |
43#include <asm-generic/bitops/minix.h> | |
44 45#endif /* __ASM_GENERIC_BITOPS_H */ | 43 44#endif /* __ASM_GENERIC_BITOPS_H */ |