Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
cris
include
arch-v10
arch
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
Generated on Thu Jan 10 2013 12:49:06 for Linux Kernel by
1.8.2