Sign in
ara-mdk
/
platform
/
external
/
kernel-headers
/
415c5e6381c57e51874519a457cfd14066789b1c
/
.
/
original
/
asm-x86
/
spinlock.h
blob: d74d85e71dcb071b2be8688a726f3a36f2a68b9f [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "spinlock_32.h"
#else
# include "spinlock_64.h"
#endif