From 9a9e8c11088f1772eb7070e4e1ab1c8d5b4bc528 Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 4 Oct 2008 16:31:56 +0000 Subject: Abstract cache flush, reset and interactive --- common/prom.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') 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); -- cgit v1.2.3