https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e8eb34aadc074ba9276a085e333d39a5d06313d3 authored by Jason Self on 02 July 2009, 23:52:50 UTC
Linux-libre 2.6.30.1-gnu1
Tip revision: e8eb34a
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top