Release 4.14 arch/sh/include/uapi/asm/unistd.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __KERNEL__
# ifdef __SH5__
# include <asm/unistd_64.h>
# else
# include <asm/unistd_32.h>
# endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Harvey Harrison | 10 | 52.63% | 2 | 40.00% |
David Howells | 4 | 21.05% | 1 | 20.00% |
Linus Torvalds (pre-git) | 4 | 21.05% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 5.26% | 1 | 20.00% |
Total | 19 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.