X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fboot.h;fp=src%2Fboot.h;h=e4bda1ccff2daff0f6831271bb2a445589c71d47;hp=0000000000000000000000000000000000000000;hb=81c11bdd80190ec319a82b0402173cfb65fcbf72;hpb=7dcd5071e600f8cf48174d1fddb3dba57ec9476d diff --git a/src/boot.h b/src/boot.h new file mode 100644 index 0000000..e4bda1c --- /dev/null +++ b/src/boot.h @@ -0,0 +1,7 @@ +#ifndef BOOT_H_ +#define BOOT_H_ + +extern unsigned char low_mem_buffer[]; +extern int boot_drive_number; + +#endif /* BOOT_H_ */