From 32d18cdb5603ba71a27661cc59d78bfaf43a36cc Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 26 Nov 2002 19:59:19 +0000 Subject: restructuring and clean up of some of the older unused code in the loader. still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd --- loader2/windows.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 loader2/windows.h (limited to 'loader2/windows.h') diff --git a/loader2/windows.h b/loader2/windows.h new file mode 100644 index 000000000..c42da6dd4 --- /dev/null +++ b/loader2/windows.h @@ -0,0 +1,12 @@ +#ifndef _WINDOWS_H_ +#define _WINDOWS_H_ + +#include "lang.h" + +void winStatus(int width, int height, char * title, char * text, ...); +void scsiWindow(const char * driver); + +#define errorWindow(String) \ + newtWinMessage(_("Error"), _("OK"), String, strerror (errno)); + +#endif /* _WINDOWS_H_ */ -- cgit