summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/oplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/oplib.h')
-rw-r--r--include/asm-m68k/oplib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-m68k/oplib.h b/include/asm-m68k/oplib.h
new file mode 100644
index 000000000..4ef5f0317
--- /dev/null
+++ b/include/asm-m68k/oplib.h
@@ -0,0 +1,8 @@
+/*
+ * prototypes for dummy prom_* routines
+ */
+
+extern int prom_getintdefault(int node, char *property, int defval);
+extern int prom_getbool(int node, char *prop);
+extern void prom_printf(char *fmt, ...);
+extern void prom_halt(void) __attribute__ ((noreturn));