]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/lasat/prom.h
Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[karo-tx-linux.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 */