xref: /OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/syscalls.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifdef __i386__
3*4882a593Smuzhiyun #include "syscalls_32.h"
4*4882a593Smuzhiyun #else
5*4882a593Smuzhiyun #include "syscalls_64.h"
6*4882a593Smuzhiyun #endif
7