mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08:00
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
|