blob: 507725af2e549e6e024064dd749f7636bce3f375 [file] [log] [blame]
Paul Mundtfa439722008-09-04 18:53:58 +09001#ifndef __ASM_SH_SYSCALLS_H
2#define __ASM_SH_SYSCALLS_H
3
4#ifdef __KERNEL__
5
Paul Mundtfa439722008-09-04 18:53:58 +09006asmlinkage int old_mmap(unsigned long addr, unsigned long len,
7 unsigned long prot, unsigned long flags,
8 int fd, unsigned long off);
9asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
10 unsigned long prot, unsigned long flags,
11 unsigned long fd, unsigned long pgoff);
Paul Mundtfa439722008-09-04 18:53:58 +090012
13#ifdef CONFIG_SUPERH32
14# include "syscalls_32.h"
15#else
16# include "syscalls_64.h"
17#endif
18
19#endif /* __KERNEL__ */
20#endif /* __ASM_SH_SYSCALLS_H */