mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
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)
|