Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3#include <asm/bitsperlong.h>
4
5#if __BITS_PER_LONG == 32
6#include <asm/unistd_32.h>
7#else
8#include <asm/unistd_64.h>
9#endif
10

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/arch/loongarch/include/uapi/asm/unistd.h