X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Flasat%2Fprom.h;h=337acbc27442eb9992f819d90364bf14b781a723;hb=a1731e5b9aa236dfa51a82799dc91c56611ddaab;hp=019d45fbd268e634b6dd19747fc90f34d79ac636;hpb=36a885306fdf7bb557c773309c993bfb2d0d693c;p=linux-2.6-omap-h63xx.git diff --git a/arch/mips/lasat/prom.h b/arch/mips/lasat/prom.h index 019d45fbd26..337acbc2744 100644 --- a/arch/mips/lasat/prom.h +++ b/arch/mips/lasat/prom.h @@ -1,5 +1,7 @@ -#ifndef PROM_H -#define PROM_H -extern void (* prom_display)(const char *string, int pos, int clear); -extern void (* prom_monitor)(void); -#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 */