|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <asm/byteorder.h>Go to the source code of this file.
Data Structures | |
| struct | arch_spinlock_t |
| struct | arch_rwlock_t |
Macros | |
| #define | __ARCH_SPIN_LOCK_UNLOCKED { .lock = 0 } |
| #define | __ARCH_RW_LOCK_UNLOCKED { 0 } |
| #define __ARCH_RW_LOCK_UNLOCKED { 0 } |
Definition at line 35 of file spinlock_types.h.
| #define __ARCH_SPIN_LOCK_UNLOCKED { .lock = 0 } |
Definition at line 29 of file spinlock_types.h.
1.8.2