]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/syscalls.h
Add generic sys_old_mmap()
[mirror_ubuntu-artful-kernel.git] / include / linux / syscalls.h
index 85a9f21fe11a6626d8be998baf15e2d60ad98485..b60907e3b0d55ebca4390a82dab0b10151fa3936 100644 (file)
@@ -23,6 +23,7 @@ struct kexec_segment;
 struct linux_dirent;
 struct linux_dirent64;
 struct list_head;
+struct mmap_arg_struct;
 struct msgbuf;
 struct msghdr;
 struct mmsghdr;
@@ -838,4 +839,6 @@ asmlinkage long sys_perf_event_open(
 asmlinkage long sys_mmap_pgoff(unsigned long addr, unsigned long len,
                        unsigned long prot, unsigned long flags,
                        unsigned long fd, unsigned long pgoff);
+asmlinkage long sys_old_mmap(struct mmap_arg_struct __user *arg);
+
 #endif