summaryrefslogtreecommitdiffstats
path: root/arch/metag/include/asm/setup.h
blob: 504621d79ef5957926356e1cc9e7efc7066793bb (plain)
1
2
3
4
5
6
7
8
9
10
/* 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 */