xref: /OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscall_table.S (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun
3*4882a593Smuzhiyun#define __SYSCALL(nr, entry, nargs) .long entry
4*4882a593SmuzhiyunENTRY(sys_call_table)
5*4882a593Smuzhiyun#include <asm/syscall_table.h>
6*4882a593Smuzhiyun#undef __SYSCALL
7