summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/microblaze/include/asm/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/microblaze/include/asm/syscalls.h')
-rw-r--r--ANDROID_3.4.5/arch/microblaze/include/asm/syscalls.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/microblaze/include/asm/syscalls.h b/ANDROID_3.4.5/arch/microblaze/include/asm/syscalls.h
new file mode 100644
index 00000000..27f2f4c0
--- /dev/null
+++ b/ANDROID_3.4.5/arch/microblaze/include/asm/syscalls.h
@@ -0,0 +1,16 @@
+#ifndef __ASM_MICROBLAZE_SYSCALLS_H
+
+asmlinkage long microblaze_vfork(struct pt_regs *regs);
+asmlinkage long microblaze_clone(int flags, unsigned long stack,
+ struct pt_regs *regs);
+asmlinkage long microblaze_execve(const char __user *filenamei,
+ const char __user *const __user *argv,
+ const char __user *const __user *envp,
+ struct pt_regs *regs);
+
+asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
+#define sys_clone sys_clone
+
+#include <asm-generic/syscalls.h>
+
+#endif /* __ASM_MICROBLAZE_SYSCALLS_H */