oleavr-rgl-a500-mini-linux-.../arch/mips/lasat/prom.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

7 lines
162 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 /* __PROM_H */