linux/include/asm-x86/semaphore.h

6 lines
88 B
C

#ifdef CONFIG_X86_32
# include "semaphore_32.h"
#else
# include "semaphore_64.h"
#endif