]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sh/include/asm/syscalls_64.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / sh / include / asm / syscalls_64.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
fa43972f
PM
2#ifndef __ASM_SH_SYSCALLS_64_H
3#define __ASM_SH_SYSCALLS_64_H
4
5#ifdef __KERNEL__
6
7#include <linux/compiler.h>
8#include <linux/linkage.h>
9#include <linux/types.h>
10
11struct pt_regs;
12
fa43972f
PM
13/* Misc syscall related bits */
14asmlinkage long long do_syscall_trace_enter(struct pt_regs *regs);
15asmlinkage void do_syscall_trace_leave(struct pt_regs *regs);
16
17#endif /* __KERNEL__ */
18#endif /* __ASM_SH_SYSCALLS_64_H */