diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-23 19:10:23 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-23 19:10:23 +0200 |
commit | a4e0d9af403d099e751797f6cc69e4a8e2d78ef1 (patch) | |
tree | 6f4afdffe5dbaad7529be987b8c3259a07395031 /include/asm-sparc/syscalls.h | |
parent | V4L/DVB (8425): v4l: fix checkpatch errors introduced by recent commits (diff) | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
download | linux-a4e0d9af403d099e751797f6cc69e4a8e2d78ef1.tar.xz linux-a4e0d9af403d099e751797f6cc69e4a8e2d78ef1.zip |
Merge ../linux-2.6
Diffstat (limited to 'include/asm-sparc/syscalls.h')
-rw-r--r-- | include/asm-sparc/syscalls.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-sparc/syscalls.h b/include/asm-sparc/syscalls.h new file mode 100644 index 000000000000..45a43f637a14 --- /dev/null +++ b/include/asm-sparc/syscalls.h @@ -0,0 +1,13 @@ +#ifndef _SPARC64_SYSCALLS_H +#define _SPARC64_SYSCALLS_H + +struct pt_regs; + +extern asmlinkage long sparc_do_fork(unsigned long clone_flags, + unsigned long stack_start, + struct pt_regs *regs, + unsigned long stack_size); + +extern asmlinkage int sparc_execve(struct pt_regs *regs); + +#endif /* _SPARC64_SYSCALLS_H */ |