Move support for copying out BIOS tables into its own file.
[seabios.git] / src / util.h
index 2160b37e38537cd099bbea204f2707bde97f73ae..cb544321be67377dc46dee80e594b4571017e3e3 100644 (file)
@@ -405,6 +405,11 @@ void coreboot_copy_biostable(void);
 void cbfs_payload_setup(void);
 void coreboot_setup(void);
 
+// biostable.c
+void copy_pir(void *pos);
+void copy_mptable(void *pos);
+void copy_acpi_rsdp(void *pos);
+
 // vgahooks.c
 extern int VGAbdf;
 void handle_155f(struct bregs *regs);