diff options
Diffstat (limited to 'arch/mips/lasat/prom.h')
| -rw-r--r-- | arch/mips/lasat/prom.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/mips/lasat/prom.h b/arch/mips/lasat/prom.h index 07be7bf1e4a..337acbc2744 100644 --- a/arch/mips/lasat/prom.h +++ b/arch/mips/lasat/prom.h @@ -1,6 +1,7 @@ -#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 +#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 */ |
