aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-common.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-12-22 17:34:53 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-01-02 22:01:42 +0100
commit3641106bb6a97e674c767e3805a8b3efa628dc47 (patch)
treea260c7c71b7748ace1301ddbf7ea12992b9f0387 /cpu-common.h
parentca29fbbb188a1aab9b69776d5dc6bc3e7f812a0a (diff)
downloadexternal_qemu-3641106bb6a97e674c767e3805a8b3efa628dc47.zip
external_qemu-3641106bb6a97e674c767e3805a8b3efa628dc47.tar.gz
external_qemu-3641106bb6a97e674c767e3805a8b3efa628dc47.tar.bz2
upstream: minor integration
Change-Id: Ic3e35ac078b4a6e213afd8f2719b230fb0468791
Diffstat (limited to 'cpu-common.h')
-rw-r--r--cpu-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu-common.h b/cpu-common.h
index d48ba5b..a422689 100644
--- a/cpu-common.h
+++ b/cpu-common.h
@@ -47,8 +47,8 @@ void *qemu_get_ram_ptr(ram_addr_t addr);
/* This should not be used by devices. */
ram_addr_t qemu_ram_addr_from_host(void *ptr);
-int cpu_register_io_memory(CPUReadMemoryFunc **mem_read,
- CPUWriteMemoryFunc **mem_write,
+int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
+ CPUWriteMemoryFunc * const *mem_write,
void *opaque);
void cpu_unregister_io_memory(int table_address);