Release 4.14 arch/sh/include/asm/string.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_SUPERH32
# include <asm/string_32.h>
#else
# include <asm/string_64.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 9 | 64.29% | 2 | 40.00% |
Linus Torvalds (pre-git) | 2 | 14.29% | 1 | 20.00% |
David Howells | 2 | 14.29% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 7.14% | 1 | 20.00% |
Total | 14 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.