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

Go to the source code of this file.

Macros

#define ADDR   (*(volatile long *)addr)
 
#define sync_test_bit(nr, addr)   test_bit(nr, addr)
 

Macro Definition Documentation

#define ADDR   (*(volatile long *)addr)

Definition at line 16 of file sync_bitops.h.

#define sync_test_bit (   nr,
  addr 
)    test_bit(nr, addr)

Definition at line 126 of file sync_bitops.h.