Revision 7443b437 include/exec/cpu-common.h

b/include/exec/cpu-common.h
53 53
void qemu_ram_remap(ram_addr_t addr, ram_addr_t length);
54 54
/* This should not be used by devices.  */
55 55
int qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr);
56
ram_addr_t qemu_ram_addr_from_host_nofail(void *ptr);
57 56
void qemu_ram_set_idstr(ram_addr_t addr, const char *name, DeviceState *dev);
58 57

  
59 58
void cpu_physical_memory_rw(hwaddr addr, uint8_t *buf,

Also available in: Unified diff