]> Pileus Git - ~andy/linux/blobdiff - arch/mips/lasat/prom.h
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / arch / mips / lasat / prom.h
index 07be7bf1e4a3960cd55b76dc8792f7679e4a569b..337acbc27442eb9992f819d90364bf14b781a723 100644 (file)
@@ -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 */