From 2b2914cc04a93ca362e4eb3663061c3039aa4049 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 12 Dec 2000 21:05:30 +0000 Subject: - add pci probing feature - add listing of available modules and insmod'ing on user request - make rescue-stage2 working --- mdk-stage1/frontend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/frontend.h') diff --git a/mdk-stage1/frontend.h b/mdk-stage1/frontend.h index ae125fa27..9e8f1974e 100644 --- a/mdk-stage1/frontend.h +++ b/mdk-stage1/frontend.h @@ -24,7 +24,8 @@ void init_frontend(void); void finish_frontend(void); -void error_message(char *msg); /* blocking */ +void error_message(char *msg, ...); /* blocking */ +void info_message(char *msg, ...); /* blocking */ void wait_message(char *msg, ...); /* non-blocking */ void remove_wait_message(void); -- cgit v1.2.1