1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/include/asm/prom.h
7 #ifndef __ASMARM_PROM_H
8 #define __ASMARM_PROM_H
12 extern const struct machine_desc *setup_machine_fdt(void *dt_virt);
13 extern void __init arm_dt_init_cpu_maps(void);
17 static inline const struct machine_desc *setup_machine_fdt(void *dt_virt)
22 static inline void arm_dt_init_cpu_maps(void) { }
24 #endif /* CONFIG_OF */
25 #endif /* ASMARM_PROM_H */