aboutsummaryrefslogtreecommitdiff
path: root/ext2load/arcboot.h
blob: deffaa8937933316f0c83e22ed91baa57243a54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright 2001-03 Guido Guenther <agx@sigxcpu.org>
 */

#ifndef _ARCBOOT_H
#define _ARCBOOT_H

#include <version.h>

/* loader.c */
int OpenFile(const char *partition, const char *filename, ext2_file_t* file);

/* 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 */