12 lines
274 B
C
12 lines
274 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Author: Hanlu Li <lihanlu@loongson.cn>
|
||
|
* Huacai Chen <chenhuacai@loongson.cn>
|
||
|
*
|
||
|
* Copyright (C) 2020-2022 Loongson Technology Corporation Limited
|
||
|
*/
|
||
|
|
||
|
#include <uapi/asm/unistd.h>
|
||
|
|
||
|
#define NR_syscalls (__NR_syscalls)
|