summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-04-30 18:37:55 +0100
committerPaul Brook <paul@codesourcery.com>2009-04-30 18:39:07 +0100
commit0b4e6e3e788ec1fdf95c405191981b10b26c4bd1 (patch)
treee72f951dbf0e92d6f3e28c2569a5fc9ec4ec9282 /cpu-all.h
parent1dcea8e82b1d7795e6719a8ac8762993fc1ed4b3 (diff)
downloadqemu-0b4e6e3e788ec1fdf95c405191981b10b26c4bd1.tar.gz
Remove cpu_get_io_memory_{read,write}.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu-all.h b/cpu-all.h
index e8cccc6460..0df54b6a99 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -917,8 +917,6 @@ int cpu_register_io_memory(int io_index,
CPUWriteMemoryFunc **mem_write,
void *opaque);
void cpu_unregister_io_memory(int table_address);
-CPUWriteMemoryFunc **cpu_get_io_memory_write(int io_index);
-CPUReadMemoryFunc **cpu_get_io_memory_read(int io_index);
void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf,
int len, int is_write);