Sign in
cos
/
third_party
/
kernel
/
7f0bc8f2c899571eb8a22aab8e34207828ccd960
/
.
/
tools
/
testing
/
shared
/
linux
/
local_lock.h
blob: b3cf8b233ca4754bda14e810d59e95e2827b4d9d [
file
] [
log
] [
blame
]
#ifndef
_LINUX_LOCAL_LOCK
#define
_LINUX_LOCAL_LOCK
typedef
struct
{
}
local_lock_t
;
static
inline
void
local_lock
(
local_lock_t
*
lock
)
{
}
static
inline
void
local_unlock
(
local_lock_t
*
lock
)
{
}
#define
INIT_LOCAL_LOCK
(
x
)
{
}
#endif