]> xenbits.xensource.com Git - seabios.git/commitdiff
util.h: Minor - HaveRunPost is in misc.c not resume.c
authorKevin O'Connor <kevin@koconnor.net>
Thu, 19 Nov 2015 20:29:39 +0000 (15:29 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 20 Nov 2015 16:00:52 +0000 (11:00 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/util.h

index cba3359d58bf98f7542fe501c10a61995d1bcab9..7fcd6dcda7ab61798ab5db9bbf5a314cd1d17d2a 100644 (file)
@@ -183,6 +183,7 @@ void handle_15c2(struct bregs *regs);
 void process_key(u8 key);
 
 // misc.c
+extern int HaveRunPost;
 extern struct bios_config_table_s BIOS_CONFIG_TABLE __aligned(1);
 extern struct floppy_dbt_s diskette_param_table __aligned(1);
 extern u8 BiosChecksum;
@@ -222,9 +223,6 @@ void prepareboot(void);
 void startBoot(void);
 void reloc_preinit(void *f, void *arg);
 
-// resume.c
-extern int HaveRunPost;
-
 // serial.c
 void serial_setup(void);
 void lpt_setup(void);