xref: /linux/arch/x86/um/shared/sysdep/syscalls.h (revision 148f9bb87745ed45f7a11b2cbd3bc0f017d5d257)
1 #ifdef __i386__
2 #include "syscalls_32.h"
3 #else
4 #include "syscalls_64.h"
5 #endif
6