Release 4.14 arch/sh/include/asm/sections.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_SECTIONS_H
#define __ASM_SH_SECTIONS_H
#include <asm-generic/sections.h>
extern long __machvec_start, __machvec_end;
extern char __uncached_start, __uncached_end;
extern char __start_eh_frame[], __stop_eh_frame[];
#endif /* __ASM_SH_SECTIONS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 12 | 36.36% | 1 | 14.29% |
Paul Mundt | 7 | 21.21% | 2 | 28.57% |
Matt Fleming | 6 | 18.18% | 1 | 14.29% |
Stuart Menefy | 6 | 18.18% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 14.29% |
Francesco Virlinzi | 1 | 3.03% | 1 | 14.29% |
Total | 33 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.