aboutsummaryrefslogtreecommitdiff
path: root/common/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/prom.h')
-rw-r--r--common/prom.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/prom.h b/common/prom.h
index b347d36..053652c 100644
--- a/common/prom.h
+++ b/common/prom.h
@@ -1,4 +1,13 @@
+void prom_fatal(const char *message, ...);
+void prom_wait(const char *prompt);
+
+/*
+ * Gets called shortly after prom_init to intialize the malloc
+ * subsystem based on the proms information about memory layout
+ *
+ */
+void prom_init_malloc(void );
/*
* Open may be used to open "partitions" passed in by name from the prom. It is the