Initial cd emulation code.
[seabios.git] / src / disk.h
index beb4495fc68281b49a2461b2750ff604a9ca9b67..93e9756b7fefc96fbeaceb08bf565ea6353854c5 100644 (file)
@@ -94,6 +94,7 @@ struct floppy_ext_dbt_s {
 };
 
 // floppy.c
+extern struct floppy_ext_dbt_s diskette_param_table2;
 void floppy_13(struct bregs *regs, u8 drive);
 void floppy_tick();