aboutsummaryrefslogtreecommitdiff
path: root/common/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/prom.h')
-rw-r--r--common/prom.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/prom.h b/common/prom.h
index 1a3acf5..9f81e76 100644
--- a/common/prom.h
+++ b/common/prom.h
@@ -1,4 +1,11 @@
+
+/*
+ * Gets called before anything else - even the first printf
+ *
+ */
+void prom_init(void );
+
void prom_restart(void );
void prom_return_interactive(void );
void prom_flush_cache_all(void );