• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_METAG_SETUP_H
3 #define _ASM_METAG_SETUP_H
4 
5 #include <uapi/asm/setup.h>
6 
7 extern const struct machine_desc *setup_machine_fdt(void *dt);
8 void per_cpu_trap_init(unsigned long);
9 extern void __init dump_machine_table(void);
10 #endif /* _ASM_METAG_SETUP_H */
11