Changeset 442 for GPL/trunk/include/asm/bitops.h
- Timestamp:
- Jun 6, 2009, 11:07:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/asm/bitops.h
r32 r442 1 #ifndef _ I386_BITOPS_H2 #define _ I386_BITOPS_H1 #ifndef _ASM_BITOPS_H 2 #define _ASM_BITOPS_H 3 3 4 4 /* … … 101 101 #define test_bit(nr, addr) (((1UL << (nr & 31)) & (((const unsigned int *) addr)[nr >> 5])) != 0) 102 102 103 #endif /* _ I386_BITOPS_H */103 #endif /* _ASM_BITOPS_H */
Note:
See TracChangeset
for help on using the changeset viewer.