3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 15:22:18 +00:00
Brooklyn/arch/microblaze/kernel/syscall_table.S

7 lines
158 B
ArmAsm
Raw Normal View History

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