diff options
Diffstat (limited to 'arch/mips/include/asm/prom.h')
-rw-r--r-- | arch/mips/include/asm/prom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/prom.h b/arch/mips/include/asm/prom.h index 8808bf548b99..1e7e0961064b 100644 --- a/arch/mips/include/asm/prom.h +++ b/arch/mips/include/asm/prom.h | |||
@@ -48,4 +48,7 @@ extern void __dt_setup_arch(struct boot_param_header *bph); | |||
48 | static inline void device_tree_init(void) { } | 48 | static inline void device_tree_init(void) { } |
49 | #endif /* CONFIG_OF */ | 49 | #endif /* CONFIG_OF */ |
50 | 50 | ||
51 | extern char *mips_get_machine_name(void); | ||
52 | extern void mips_set_machine_name(const char *name); | ||
53 | |||
51 | #endif /* __ASM_PROM_H */ | 54 | #endif /* __ASM_PROM_H */ |