Merge commit 'refs/merge-requests/1' of git://gitorious.org/linux-on-wince-htc/linux_...
[htc-linux.git] / arch / microblaze / include / asm / syscalls.h
blob720761cc741f43209e8081afd8dde3d5fb028a40
1 #ifndef __ASM_MICROBLAZE_SYSCALLS_H
3 asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
4 #define sys_clone sys_clone
6 #include <asm-generic/syscalls.h>
8 #endif /* __ASM_MICROBLAZE_SYSCALLS_H */