blob: 387105316d2882fe92f736b7441f27b648538f2d [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_SH_SYSCALLS_H
3#define __ASM_SH_SYSCALLS_H
4
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005asmlinkage int old_mmap(unsigned long addr, unsigned long len,
6 unsigned long prot, unsigned long flags,
7 int fd, unsigned long off);
8asmlinkage 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 Deprez157378f2022-04-04 15:47:50 +020012#include <asm/syscalls_32.h>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000013
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000014#endif /* __ASM_SH_SYSCALLS_H */