diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-06-19 11:18:57 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-06-24 17:18:28 -0400 |
commit | ffdf43edc351c1d125201a7bb8ee315d45a273c6 (patch) | |
tree | 61565a9947b399922a08b3fc992700ca8fd0bd45 /include | |
parent | 2055dbc1c9cd548628b06bc2547d3c617b5b03be (diff) | |
download | qemu-ffdf43edc351c1d125201a7bb8ee315d45a273c6.zip qemu-ffdf43edc351c1d125201a7bb8ee315d45a273c6.tar.gz qemu-ffdf43edc351c1d125201a7bb8ee315d45a273c6.tar.bz2 |
floppy: make isa_fdc_get_drive_max_chs static
acpi aml generator needs this, but it is in floppy code now
so we can make the function static.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
Message-Id: <20200619091905.21676-5-kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/block/fdc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/block/fdc.h b/include/hw/block/fdc.h index c15ff4c..5d71cf9 100644 --- a/include/hw/block/fdc.h +++ b/include/hw/block/fdc.h @@ -16,7 +16,5 @@ 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); #endif |