36a885306f
early_printk is a so much saner thing. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
5 lines
143 B
C
5 lines
143 B
C
#ifndef PROM_H
|
|
#define PROM_H
|
|
extern void (* prom_display)(const char *string, int pos, int clear);
|
|
extern void (* prom_monitor)(void);
|
|
#endif
|