]> git.proxmox.com Git - qemu.git/blobdiff - cpu-common.h
Remove io_index argument from cpu_register_io_memory()
[qemu.git] / cpu-common.h
index 4640924a004c94448cfe271c10badbbaf3bc0fb7..8f89325a84fa9a9825e2df616b98cb47432bea88 100644 (file)
@@ -41,8 +41,7 @@ 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(int io_index,
-                           CPUReadMemoryFunc **mem_read,
+int cpu_register_io_memory(CPUReadMemoryFunc **mem_read,
                            CPUWriteMemoryFunc **mem_write,
                            void *opaque);
 void cpu_unregister_io_memory(int table_address);