Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
atomic.h
Go to the documentation of this file.
1 #ifndef __ASM_CRIS_ARCH_ATOMIC__
2 #define __ASM_CRIS_ARCH_ATOMIC__
3 
4 #define cris_atomic_save(addr, flags) local_irq_save(flags);
5 #define cris_atomic_restore(addr, flags) local_irq_restore(flags);
6 
7 #endif