summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-23 17:14:48 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-23 17:14:48 +0000
commitd0ecd2aaf9ecc2c434eed4c5de7917787476223e (patch)
tree89876ca35018fab5c9a8a0e6cfac2f3200d46c28 /cpu-all.h
parentb37837317fb3177755c592591d7f53826c6afae5 (diff)
downloadqemu-d0ecd2aaf9ecc2c434eed4c5de7917787476223e.tar.gz
added cpu_physical_memory_write_rom()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1833 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-all.h b/cpu-all.h
index eb65b59ead..9abdf2a5e8 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -857,6 +857,8 @@ void stw_phys(target_phys_addr_t addr, uint32_t val);
void stl_phys(target_phys_addr_t addr, uint32_t val);
void stq_phys(target_phys_addr_t addr, uint64_t val);
+void cpu_physical_memory_write_rom(target_phys_addr_t addr,
+ const uint8_t *buf, int len);
int cpu_memory_rw_debug(CPUState *env, target_ulong addr,
uint8_t *buf, int len, int is_write);