diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-03-08 23:39:33 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-12 16:12:48 +0100 |
commit | 6f6695b13638b0a4bfd9f75c022a9a7c55fb0b51 (patch) | |
tree | 1ca0ff586c3d6a9cdced11d7775838ba46a43b19 /include/hw/isa/pc87312.h | |
parent | cd9526ab7c04f2c32c63340b04401f6ed25682b9 (diff) |
hw/isa/superio: Factor out the floppy disc controller code from pc87312.c
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180308223946.26784-13-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/isa/pc87312.h')
-rw-r--r-- | include/hw/isa/pc87312.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/isa/pc87312.h b/include/hw/isa/pc87312.h index 1480615a2c..e16263d4b1 100644 --- a/include/hw/isa/pc87312.h +++ b/include/hw/isa/pc87312.h @@ -41,10 +41,6 @@ typedef struct PC87312State { struct { ISADevice *dev; - } fdc; - - struct { - ISADevice *dev; } ide; MemoryRegion io; |