]> Git Repo - linux.git/blob - arch/sh/include/asm/syscalls.h
Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / arch / sh / include / asm / syscalls.h
1 #ifndef __ASM_SH_SYSCALLS_H
2 #define __ASM_SH_SYSCALLS_H
3
4 #ifdef __KERNEL__
5
6 asmlinkage int old_mmap(unsigned long addr, unsigned long len,
7                         unsigned long prot, unsigned long flags,
8                         int fd, unsigned long off);
9 asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
10                           unsigned long prot, unsigned long flags,
11                           unsigned long fd, unsigned long pgoff);
12
13 #ifdef CONFIG_SUPERH32
14 # include <asm/syscalls_32.h>
15 #else
16 # include <asm/syscalls_64.h>
17 #endif
18
19 #endif /* __KERNEL__ */
20 #endif /* __ASM_SH_SYSCALLS_H */
This page took 0.037892 seconds and 4 git commands to generate.