mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
137 B
C
8 lines
137 B
C
![]() |
#include <asm/bitsperlong.h>
|
||
|
|
||
|
#if __BITS_PER_LONG == 64
|
||
|
#include <asm/syscall_table_64.h>
|
||
|
#else
|
||
|
#include <asm/syscall_table_32.h>
|
||
|
#endif
|