diff options
Diffstat (limited to 'include/hw/block/fdc.h')
| -rw-r--r-- | include/hw/block/fdc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/block/fdc.h b/include/hw/block/fdc.h index d232d3fa1e..1ecca7cac7 100644 --- a/include/hw/block/fdc.h +++ b/include/hw/block/fdc.h @@ -16,7 +16,6 @@ void sun4m_fdctrl_init(qemu_irq irq, hwaddr io_base, DriveInfo **fds, qemu_irq *fdc_tc); FloppyDriveType isa_fdc_get_drive_type(ISADevice *fdc, int i); -void isa_fdc_get_drive_max_chs(FloppyDriveType type, - uint8_t *maxc, uint8_t *maxh, uint8_t *maxs); +int cmos_get_fd_drive_type(FloppyDriveType fd0); #endif |