1 2 3 4 5 6 7
#include <asm/bitsperlong.h> #if __BITS_PER_LONG == 64 #include <asm/syscall_table_64.h> #else #include <asm/syscall_table_32.h> #endif