X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fboot.h;h=d6cddcb5c6073e6c401ddfe8fbf9d85ef3da025c;hb=9f4e1d9ad54ceb4876c4457907766799ab15f1a3;hp=a5fe08ea4ffff454d38fcd5c11072f097eb791ca;hpb=60b69990a521993a901abc07b17f5135c2a5ecb5;p=seabios.git diff --git a/src/boot.h b/src/boot.h index a5fe08e..d6cddcb 100644 --- a/src/boot.h +++ b/src/boot.h @@ -33,9 +33,8 @@ struct ipl_s { // boot.c extern struct ipl_s IPL; -void printf_bootdev(u16 bootdev); - -// post_menu.c +void boot_setup(); +void add_bev(u16 seg, u16 bev, u16 desc); void interactive_bootmenu(); #endif // __BOOT_H