Release 4.14 arch/um/include/asm/sections.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __UM_SECTIONS_H
#define __UM_SECTIONS_H
#include <asm-generic/sections.h>
extern char __binary_start[];
extern char __syscall_stub_start[], __syscall_stub_end[];
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Nicolas Iooss | 24 | 96.00% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 33.33% |
Total | 25 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.