repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
testing
/
shared
/
linux
/
local_lock.h
blob
b3cf8b233ca4754bda14e810d59e95e2827b4d9d
1
#ifndef _LINUX_LOCAL_LOCK
2
#define _LINUX_LOCAL_LOCK
3
typedef
struct
{ }
local_lock_t
;
4
5
static
inline
void
local_lock
(
local_lock_t
*
lock
) { }
6
static
inline
void
local_unlock
(
local_lock_t
*
lock
) { }
7
#define INIT_LOCAL_LOCK(x) { }
8
#endif