Release 4.14 arch/metag/include/asm/setup.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_METAG_SETUP_H
#define _ASM_METAG_SETUP_H
#include <uapi/asm/setup.h>
extern const struct machine_desc *setup_machine_fdt(void *dt);
void per_cpu_trap_init(unsigned long);
extern void __init dump_machine_table(void);
#endif /* _ASM_METAG_SETUP_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 27 | 67.50% | 1 | 33.33% |
Rob Herring | 12 | 30.00% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.50% | 1 | 33.33% |
Total | 40 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.