]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/sh/include/asm/syscall.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / sh / include / asm / syscall.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
fb4f87a2
PM
2#ifndef __ASM_SH_SYSCALL_H
3#define __ASM_SH_SYSCALL_H
4
e7b8e675
MF
5extern const unsigned long sys_call_table[];
6
fb4f87a2 7#ifdef CONFIG_SUPERH32
a1ce3928 8# include <asm/syscall_32.h>
fb4f87a2 9#else
a1ce3928 10# include <asm/syscall_64.h>
fb4f87a2
PM
11#endif
12
13#endif /* __ASM_SH_SYSCALL_H */