aboutsummaryrefslogtreecommitdiff
path: root/common/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/prom.h')
-rw-r--r--common/prom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/prom.h b/common/prom.h
index 053652c..cfd255b 100644
--- a/common/prom.h
+++ b/common/prom.h
@@ -1,4 +1,8 @@
+void prom_restart(void );
+void prom_return_interactive(void );
+void prom_flush_cache_all(void );
+
void prom_fatal(const char *message, ...);
void prom_wait(const char *prompt);