xref: /linux/arch/microblaze/kernel/syscall_table.S (revision 9a53a8d73c793aef9a4a3d1ff0aaf09b3d449970)
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#define __SYSCALL(nr, entry) .long entry
4ENTRY(sys_call_table)
5#include <asm/syscall_table.h>
6