mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
36a885306f
early_printk is a so much saner thing. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
6 lines
143 B
C
6 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
|