diff options
| author | Gerd Hoffmann | 2020-06-19 11:18:58 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2020-06-24 23:18:28 +0200 |
| commit | 89ed90e318847e27e64185fe6a370fc7c91e2165 (patch) | |
| tree | 73d3d8eb633f4bf60591fe2d2d3598de4647f885 /include/hw/i386 | |
| parent | floppy: make isa_fdc_get_drive_max_chs static (diff) | |
| download | qemu-89ed90e318847e27e64185fe6a370fc7c91e2165.tar.gz qemu-89ed90e318847e27e64185fe6a370fc7c91e2165.tar.xz qemu-89ed90e318847e27e64185fe6a370fc7c91e2165.zip | |
floppy: move cmos_get_fd_drive_type() from pc
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
Message-Id: <20200619091905.21676-6-kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/i386')
| -rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index e6135c34d6..dce1273c7d 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -178,7 +178,6 @@ typedef void (*cpu_set_smm_t)(int smm, void *arg); void pc_i8259_create(ISABus *isa_bus, qemu_irq *i8259_irqs); ISADevice *pc_find_fdc0(void); -int cmos_get_fd_drive_type(FloppyDriveType fd0); /* port92.c */ #define PORT92_A20_LINE "a20" |
