Revision d60efc6b cpu-common.h

b/cpu-common.h
36 36
/* This should not be used by devices.  */
37 37
ram_addr_t qemu_ram_addr_from_host(void *ptr);
38 38

  
39
int cpu_register_io_memory(CPUReadMemoryFunc **mem_read,
40
                           CPUWriteMemoryFunc **mem_write,
39
int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
40
                           CPUWriteMemoryFunc * const *mem_write,
41 41
                           void *opaque);
42 42
void cpu_unregister_io_memory(int table_address);
43 43

  

Also available in: Unified diff