Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
[seabios.git] / src / disk.h
index 3ecb05276f8e4e7e9f9314bdd164c35c81449e76..0cd1b748a0391b4f085e21fcab9250fb1c513dda 100644 (file)
@@ -244,7 +244,7 @@ int process_floppy_op(struct disk_op_s *op);
 void floppy_tick(void);
 
 // cdrom.c
-extern struct drive_s *cdemu_drive;
+extern struct drive_s *cdemu_drive_gf;
 int process_cdemu_op(struct disk_op_s *op);
 void cdemu_setup(void);
 void cdemu_134b(struct bregs *regs);