]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/lasat/prom.h
Merge branch 'topic/fix/hda' into for-linus
[linux-2.6-omap-h63xx.git] / arch / mips / lasat / prom.h
index 019d45fbd268e634b6dd19747fc90f34d79ac636..337acbc27442eb9992f819d90364bf14b781a723 100644 (file)
@@ -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 */