x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git] / arch / score / include / asm / syscalls.h
blobacaeed6809562c70444b015d3e8c621c57421edd
1 #ifndef _ASM_SCORE_SYSCALLS_H
2 #define _ASM_SCORE_SYSCALLS_H
4 asmlinkage long score_sigaltstack(struct pt_regs *regs);
5 asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
7 #include <asm-generic/syscalls.h>
9 #endif /* _ASM_SCORE_SYSCALLS_H */