https://github.com/torvalds/linux
Raw File
Tip revision: ef83f1c67ae5a57ef6fe2d3d5a6b54a33d64f3ef authored by Hector Martin on 27 December 2016, 18:45:06 UTC
ahci: add PS4 Aeolia support
Tip revision: ef83f1c
locking-selftest-spin.h
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top