linux/linux-5.4.31/arch/microblaze/kernel/syscall_table.S

7 lines
158 B
ArmAsm
Raw Normal View History

2024-01-30 10:43:28 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#define __SYSCALL(nr, entry, nargs) .long entry
ENTRY(sys_call_table)
#include <asm/syscall_table.h>
#undef __SYSCALL