|
|
| File: [Development] / linux-2.6-xfs / arch / mips / lasat / prom.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
#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