summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/arch/mips/include/asm/mips/rtl8652/prom.h
blob: 84b360b1d020642407b2e17ee54b9770810fbe22 (plain)
1
2
3
4
5
6
7
8
#ifndef _PROM_H
#define _PROM_H

extern void prom_printf(char *fmt, ...);
extern void prom_meminit(void);
extern void prom_console_init(void);

#endif /* _PROM_H */