Move IPL.fw_bootorder to static variables in boot.c.
[seabios.git] / src / boot.h
index 94b175db74c6b47b767ccac58601de67b3740874..107594bd06e1b56a391a9d19ab18dacaa14f5472 100644 (file)
@@ -2,16 +2,6 @@
 #ifndef __BOOT_H
 #define __BOOT_H
 
-struct ipl_s {
-    char **fw_bootorder;
-    int fw_bootorder_count;
-};
-
-
-/****************************************************************
- * Function defs
- ****************************************************************/
-
 // boot.c
 extern struct ipl_s IPL;
 void boot_setup(void);