Revision 5579c7f3 cpu-all.h

b/cpu-all.h
908 908
void qemu_ram_free(ram_addr_t addr);
909 909
/* This should only be used for ram local to a device.  */
910 910
void *qemu_get_ram_ptr(ram_addr_t addr);
911
/* This should not be used by devices.  */
912
ram_addr_t qemu_ram_addr_from_host(void *ptr);
913

  
911 914
int cpu_register_io_memory(int io_index,
912 915
                           CPUReadMemoryFunc **mem_read,
913 916
                           CPUWriteMemoryFunc **mem_write,

Also available in: Unified diff