Linux Kernel
3.7.1
|
#include <hwspinlock_internal.h>
Data Fields | |
struct hwspinlock_device * | bank |
spinlock_t | lock |
void * | priv |
struct hwspinlock - this struct represents a single hwspinlock instance : the hwspinlock_device structure which owns this lock : initialized and used by hwspinlock core : private data, owned by the underlying platform-specific hwspinlock drv
Definition at line 48 of file hwspinlock_internal.h.
struct hwspinlock_device* bank |
Definition at line 49 of file hwspinlock_internal.h.
spinlock_t lock |
Definition at line 50 of file hwspinlock_internal.h.
Definition at line 51 of file hwspinlock_internal.h.