From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- arch/sh/include/asm/syscall.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 arch/sh/include/asm/syscall.h (limited to 'arch/sh/include/asm/syscall.h') diff --git a/arch/sh/include/asm/syscall.h b/arch/sh/include/asm/syscall.h new file mode 100644 index 000000000..90ba00002 --- /dev/null +++ b/arch/sh/include/asm/syscall.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __ASM_SH_SYSCALL_H +#define __ASM_SH_SYSCALL_H + +extern const unsigned long sys_call_table[]; + +#ifdef CONFIG_SUPERH32 +# include +#else +# include +#endif + +#endif /* __ASM_SH_SYSCALL_H */ -- cgit v1.2.3