Sign in
googlers
/
maze
/
linux
/
5cb350baf580017da38199625b7365b1763d7180
/
.
/
include
/
asm-x86
/
spinlock.h
blob: d74d85e71dcb071b2be8688a726f3a36f2a68b9f [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "spinlock_32.h"
#else
# include "spinlock_64.h"
#endif