Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-block.git] / arch / microblaze / kernel / syscall_table.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1e17ab53
FK
2
3#define __SYSCALL(nr, entry, nargs) .long entry
6d5af1a3 4ENTRY(sys_call_table)
1e17ab53
FK
5#include <asm/syscall_table.h>
6#undef __SYSCALL