summaryrefslogtreecommitdiff
path: root/sys/src/9/boot/boot.h
blob: 4cb7400bb267e22e17f0e6529b61738a042011e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
enum {
	Debug = 0,
};

extern char*	bootdisk;

extern void	fatal(char*);
extern int	readfile(char*, char*, int);
extern void	run(char*, ...);
extern void	setenv(char*, char*, int);
extern int	writefile(char*, char*, int);