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