shithub: riscv

ref: 5ebb1a29d8250027e8b7f2287f3bfa3a6f3d13ac
dir: /sys/src/9/boot/boot.h/

View raw version
enum {
	Debug = 0,
};

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);