Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
hwspinlock.h File Reference
#include <linux/err.h>
#include <linux/sched.h>

Go to the source code of this file.

Data Structures

struct  hwspinlock_pdata
 

Macros

#define HWLOCK_IRQSTATE   0x01 /* Disable interrupts, save state */
 
#define HWLOCK_IRQ   0x02 /* Disable interrupts, don't save state */
 

Macro Definition Documentation

#define HWLOCK_IRQ   0x02 /* Disable interrupts, don't save state */

Definition at line 26 of file hwspinlock.h.

#define HWLOCK_IRQSTATE   0x01 /* Disable interrupts, save state */

Definition at line 25 of file hwspinlock.h.