]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/powerpc/include/asm/syscalls.h
ASoC: cs4271: configure reset GPIO as output
[mirror_ubuntu-eoan-kernel.git] / arch / powerpc / include / asm / syscalls.h
CommitLineData
a7f31841
AB
1#ifndef __ASM_POWERPC_SYSCALLS_H
2#define __ASM_POWERPC_SYSCALLS_H
3#ifdef __KERNEL__
4
5#include <linux/compiler.h>
6#include <linux/linkage.h>
7#include <linux/types.h>
a7f31841 8
a7f31841 9struct rtas_args;
a7f31841
AB
10
11asmlinkage unsigned long sys_mmap(unsigned long addr, size_t len,
12 unsigned long prot, unsigned long flags,
13 unsigned long fd, off_t offset);
14asmlinkage unsigned long sys_mmap2(unsigned long addr, size_t len,
15 unsigned long prot, unsigned long flags,
16 unsigned long fd, unsigned long pgoff);
a7f31841
AB
17asmlinkage long ppc64_personality(unsigned long personality);
18asmlinkage int ppc_rtas(struct rtas_args __user *uargs);
a7f31841 19
a7f31841
AB
20#endif /* __KERNEL__ */
21#endif /* __ASM_POWERPC_SYSCALLS_H */