aboutsummaryrefslogtreecommitdiffstats
path: root/hw/isa.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/isa.h')
-rw-r--r--hw/isa.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/hw/isa.h b/hw/isa.h
index a8c1a56..f00a993 100644
--- a/hw/isa.h
+++ b/hw/isa.h
@@ -2,13 +2,8 @@
#define HW_ISA_H
/* ISA bus */
-extern target_phys_addr_t isa_mem_base;
-
-int register_ioport_read(int start, int length, int size,
- IOPortReadFunc *func, void *opaque);
-int register_ioport_write(int start, int length, int size,
- IOPortWriteFunc *func, void *opaque);
-void isa_unassign_ioport(int start, int length);
+#include "ioport.h"
+#include "qdev.h"
void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size);