From d1e063beb43e595680c65e3804d1f8ddff53373b Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 18 Nov 2006 23:48:07 +0100 Subject: Imported Debian version 0.3.8.8 --- ext2load/arcboot.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ext2load/arcboot.h (limited to 'ext2load/arcboot.h') diff --git a/ext2load/arcboot.h b/ext2load/arcboot.h new file mode 100644 index 0000000..e65dc8c --- /dev/null +++ b/ext2load/arcboot.h @@ -0,0 +1,26 @@ +/* + * Copyright 2001-03 Guido Guenther + */ + +#ifndef _ARCBOOT_H +#define _ARCBOOT_H + +#include + +/* loader.c */ +extern CHAR *OSLoadPartition; +extern CHAR *OSLoadFilename; +extern CHAR *OSLoadOptions; + +typedef enum { False = 0, True } Boolean; + +Boolean OpenFile(const char *partition, const char *filename, ext2_file_t* file); +void Fatal(const CHAR * message, ...); + +/* conffile.c */ +CHAR** ReadConfFile(char **partition, const char *filename, char* config); + +/* ext2io.c */ +extern int arc_do_progress; +void print_ext2fs_error(long status); +#endif /* _ARCBOOT_H */ -- cgit v1.2.3