Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sh / include / asm / syscalls_32.h
1 #ifndef __ASM_SH_SYSCALLS_32_H
2 #define __ASM_SH_SYSCALLS_32_H
3
4 #ifdef __KERNEL__
5
6 #include <linux/compiler.h>
7 #include <linux/linkage.h>
8 #include <linux/types.h>
9
10 struct pt_regs;
11
12 asmlinkage int sys_sigreturn(void);
13 asmlinkage int sys_rt_sigreturn(void);
14 asmlinkage int sys_sh_pipe(void);
15 asmlinkage ssize_t sys_pread_wrapper(unsigned int fd, char __user *buf,
16                                      size_t count, long dummy, loff_t pos);
17 asmlinkage ssize_t sys_pwrite_wrapper(unsigned int fd, const char __user *buf,
18                                       size_t count, long dummy, loff_t pos);
19 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
20                                         u32 len0, u32 len1, int advice);
21
22 /* Misc syscall related bits */
23 asmlinkage long do_syscall_trace_enter(struct pt_regs *regs);
24 asmlinkage void do_syscall_trace_leave(struct pt_regs *regs);
25 asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned int save_r0,
26                                  unsigned long thread_info_flags);
27
28 #endif /* __KERNEL__ */
29 #endif /* __ASM_SH_SYSCALLS_32_H */