xref: /linux/arch/loongarch/include/asm/unistd.h (revision 2c9b3512402ed192d1f43f4531fb5da947e72bd0)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Author: Hanlu Li <lihanlu@loongson.cn>
4  *         Huacai Chen <chenhuacai@loongson.cn>
5  *
6  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
7  */
8 
9 #include <uapi/asm/unistd.h>
10 
11 #define __ARCH_WANT_SYS_CLONE
12 
13 #define NR_syscalls (__NR_syscalls)
14