From 4a0577124ac36b7cdf8e33bf91baa92d2c503a4c Mon Sep 17 00:00:00 2001 From: j_mayer Date: Thu, 19 Apr 2007 08:42:21 +0000 Subject: No functional changes: - compilation warning fixes - make loglevel tests consistent - use cpu_abort instead of printf(...); exit git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2706 c046a42c-6fe2-441c-8c8c-71466251a162 --- vl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vl.h') diff --git a/vl.h b/vl.h index 217fd2f..5e47bf9 100644 --- a/vl.h +++ b/vl.h @@ -1172,6 +1172,10 @@ int ppc_dcr_init (CPUState *env, int (*dcr_read_error)(int dcrn), int ppc_dcr_register (CPUState *env, int dcrn, void *opaque, dcr_read_cb drc_read, dcr_write_cb dcr_write); clk_setup_cb ppc_emb_timers_init (CPUState *env, uint32_t freq); +/* Embedded PowerPC reset */ +void ppc40x_core_reset (CPUState *env); +void ppc40x_chip_reset (CPUState *env); +void ppc40x_system_reset (CPUState *env); #endif void PREP_debug_write (void *opaque, uint32_t addr, uint32_t val); -- cgit v1.1