]> Git Repo - qemu.git/blobdiff - cpu-all.h
added cpu_reset()
[qemu.git] / cpu-all.h
index eec101c7b66d57776794d8d549768e7b70bf6c87..12e6d3ca206dc8890346ef47157dda47451d7cb6 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -621,6 +621,7 @@ void cpu_reset_interrupt(CPUState *env, int mask);
 int cpu_breakpoint_insert(CPUState *env, target_ulong pc);
 int cpu_breakpoint_remove(CPUState *env, target_ulong pc);
 void cpu_single_step(CPUState *env, int enabled);
+void cpu_reset(CPUState *s);
 
 /* Return the physical page corresponding to a virtual one. Use it
    only for debugging because no protection checks are done. Return -1
This page took 0.018808 seconds and 4 git commands to generate.