summaryrefslogtreecommitdiffstats
path: root/hw/pc87312.h
diff options
context:
space:
mode:
authorAndreas Färber <andreas.faerber@web.de>2013-01-11 21:11:20 +0100
committerAndreas Färber <andreas.faerber@web.de>2013-01-15 03:32:37 +0100
commit328c24a97b9cde975bc8b12caa4c6c067fff83c6 (patch)
tree5baab6cd8890ba26d0c1e118a9f06ce9af86a005 /hw/pc87312.h
parentcf7c3f0cb5a7129f57fa9e69d410d6a05031988c (diff)
downloadhqemu-328c24a97b9cde975bc8b12caa4c6c067fff83c6.zip
hqemu-328c24a97b9cde975bc8b12caa4c6c067fff83c6.tar.gz
pc87312: Replace register_ioport_*() with MemoryRegion
Prepare an instance_init function for the MemoryRegion init. Signed-off-by: Andreas Färber <andreas.faerber@web.de> Tested-by: Hervé Poussineau <hpoussin@reactos.org>
Diffstat (limited to 'hw/pc87312.h')
-rw-r--r--hw/pc87312.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pc87312.h b/hw/pc87312.h
index 7ca7912..7b9e6f6 100644
--- a/hw/pc87312.h
+++ b/hw/pc87312.h
@@ -56,6 +56,8 @@ typedef struct PC87312State {
uint32_t base;
} ide;
+ MemoryRegion io;
+
uint8_t read_id_step;
uint8_t selected_index;
OpenPOWER on IntegriCloud