Merge branch 'fix/asoc' into for-linus
[pandora-kernel.git] / arch / mips / lasat / prom.h
index 019d45f..337acbc 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 */