Revision dc828ca1 cpu-all.h

b/cpu-all.h
906 906
ram_addr_t cpu_get_physical_page_desc(target_phys_addr_t addr);
907 907
ram_addr_t qemu_ram_alloc(ram_addr_t);
908 908
void qemu_ram_free(ram_addr_t addr);
909
/* This should only be used for ram local to a device.  */
910
void *qemu_get_ram_ptr(ram_addr_t addr);
909 911
int cpu_register_io_memory(int io_index,
910 912
                           CPUReadMemoryFunc **mem_read,
911 913
                           CPUWriteMemoryFunc **mem_write,

Also available in: Unified diff