https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7422972cc18117c982e02c04382d44dc2e086e57 authored by Jason Self on 17 February 2009, 17:48:13 UTC
Linux-libre 2.6.27.18-gnu1
Tip revision: 7422972
locking-selftest-wlock.h
#undef LOCK
#define LOCK		WL

#undef UNLOCK
#define UNLOCK		WU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top