2021-05-26 19:09:36 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
2021-09-23 16:59:15 +00:00
|
|
|
#define __SYSCALL(nr, entry, nargs) .long entry
|
2021-05-26 19:09:36 +00:00
|
|
|
ENTRY(sys_call_table)
|
|
|
|
#include <asm/syscall_table.h>
|
2021-09-23 16:59:15 +00:00
|
|
|
#undef __SYSCALL
|