Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
syscalls.h
Go to the documentation of this file.
1 #ifndef _ASM_SCORE_SYSCALLS_H
2 #define _ASM_SCORE_SYSCALLS_H
3 
4 asmlinkage long score_clone(struct pt_regs *regs);
5 asmlinkage long score_execve(struct pt_regs *regs);
8 
9 #include <asm-generic/syscalls.h>
10 
11 #endif /* _ASM_SCORE_SYSCALLS_H */