1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/bitsperlong.h>
3 
4 #if __BITS_PER_LONG == 64
5 #include <asm/syscalls_64.h>
6 #else
7 #include <asm/syscalls_32.h>
8 #endif
9