]> git.lizzy.rs Git - plan9front.git/blob - sys/src/9/boot/boot.h
nusb: change usbevent format, put nusbrc in bootfs
[plan9front.git] / sys / src / 9 / boot / boot.h
1 enum {
2         Debug = 0,
3 };
4
5 extern char*    bootdisk;
6
7 extern void fatal(char*);
8 extern int      readfile(char*, char*, int);
9 extern void run(char*, ...);
10 extern void     setenv(char*, char*, int);
11 extern int      writefile(char*, char*, int);