Release 4.11 arch/sh/include/asm/syscall.h
#ifndef __ASM_SH_SYSCALL_H
#define __ASM_SH_SYSCALL_H
extern const unsigned long sys_call_table[];
#ifdef CONFIG_SUPERH32
# include <asm/syscall_32.h>
#else
# include <asm/syscall_64.h>
#endif
#endif /* __ASM_SH_SYSCALL_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 20 | 68.97% | 1 | 33.33% |
Mike Frysinger | 7 | 24.14% | 1 | 33.33% |
David Howells | 2 | 6.90% | 1 | 33.33% |
Total | 29 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.