18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __ASM_SH_SYSCALLS_H
38c2ecf20Sopenharmony_ci#define __ASM_SH_SYSCALLS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciasmlinkage int old_mmap(unsigned long addr, unsigned long len,
68c2ecf20Sopenharmony_ci			unsigned long prot, unsigned long flags,
78c2ecf20Sopenharmony_ci			int fd, unsigned long off);
88c2ecf20Sopenharmony_ciasmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
98c2ecf20Sopenharmony_ci			  unsigned long prot, unsigned long flags,
108c2ecf20Sopenharmony_ci			  unsigned long fd, unsigned long pgoff);
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#include <asm/syscalls_32.h>
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* __ASM_SH_SYSCALLS_H */
15