Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
bitops.h File Reference

Go to the source code of this file.

Macros

#define _LINUX_BITOPS_H   /* Inhibit inclusion of <linux/bitops.h> */
 
#define test_bit(nr, addr)
 

Macro Definition Documentation

#define _LINUX_BITOPS_H   /* Inhibit inclusion of <linux/bitops.h> */

Definition at line 17 of file bitops.h.

#define test_bit (   nr,
  addr 
)
Value:
(__builtin_constant_p(nr) ? \
constant_test_bit((nr),(addr)) : \
variable_test_bit((nr),(addr)))

Definition at line 33 of file bitops.h.