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