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

6 lines
80 B
C

#ifdef CONFIG_X86_32
# include "futex_32.h"
#else
# include "futex_64.h"
#endif