Reorganize boot code.
[seabios.git] / src / boot.h
index a5fe08ea4ffff454d38fcd5c11072f097eb791ca..d6cddcb5c6073e6c401ddfe8fbf9d85ef3da025c 100644 (file)
@@ -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