|
|
| File: [Development] / linux-2.4-xfs / arch / mips / lasat / prom.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
#ifndef PROM_H #define PROM_H extern void (* prom_display)(const char *string, int pos, int clear); extern void (* prom_monitor)(void); extern void (* prom_printf)(const char * fmt, ...); #endif