1 /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 3 * Author: Hanlu Li <lihanlu@loongson.cn> 4 * Huacai Chen <chenhuacai@loongson.cn 5 * 6 * Copyright (C) 2020-2022 Loongson Technology 7 */ 8 9 #include <uapi/asm/unistd.h> 10 11 #define __ARCH_WANT_NEW_STAT 12 #define __ARCH_WANT_SYS_CLONE 13 14 #define NR_syscalls (__NR_syscalls) 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.