syscall_table.h 137 B

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