Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef __ASM_SH_SYSCALLS_H |
| 3 | #define __ASM_SH_SYSCALLS_H |
| 4 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 5 | asmlinkage int old_mmap(unsigned long addr, unsigned long len, |
| 6 | unsigned long prot, unsigned long flags, |
| 7 | int fd, unsigned long off); |
| 8 | asmlinkage long sys_mmap2(unsigned long addr, unsigned long len, |
| 9 | unsigned long prot, unsigned long flags, |
| 10 | unsigned long fd, unsigned long pgoff); |
| 11 | |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 12 | #include <asm/syscalls_32.h> |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 13 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 14 | #endif /* __ASM_SH_SYSCALLS_H */ |