1
0
Fork 0
alistair23-linux/include/asm-x86/spinlock.h

6 lines
86 B
C

#ifdef CONFIG_X86_32
# include "spinlock_32.h"
#else
# include "spinlock_64.h"
#endif