linux/arch/sh/include/asm/syscalls_64.h
<<
>>
Prefs
   1#ifndef __ASM_SH_SYSCALLS_64_H
   2#define __ASM_SH_SYSCALLS_64_H
   3
   4#ifdef __KERNEL__
   5
   6#include <linux/compiler.h>
   7#include <linux/linkage.h>
   8#include <linux/types.h>
   9
  10struct pt_regs;
  11
  12/* Misc syscall related bits */
  13asmlinkage long long do_syscall_trace_enter(struct pt_regs *regs);
  14asmlinkage void do_syscall_trace_leave(struct pt_regs *regs);
  15
  16#endif /* __KERNEL__ */
  17#endif /* __ASM_SH_SYSCALLS_64_H */
  18