aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2013-01-17 11:32:21 +0100
committerAlexander Graf <agraf@suse.de>2013-01-18 19:06:57 +0100
commite49798b1bd7657722080126bfd5e787efdb3bc23 (patch)
treeceab0b09a3aee7312aa6f43c28839d7e3feb68ca /hw/ppc.h
parentd3dccee187ffeacec1a38ed288c112ffa0e3b513 (diff)
openpic: export e500 epr enable into a ppc.c function
Enabling and disabling the EPR capability (mpic_proxy) is a system wide operation. As such, it belongs into the ppc.c file, since that's where PPC specific machine wide logic happens. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ppc.h')
-rw-r--r--hw/ppc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ppc.h b/hw/ppc.h
index e73ae83b52..ee0cd16ee5 100644
--- a/hw/ppc.h
+++ b/hw/ppc.h
@@ -73,6 +73,8 @@ void ppc6xx_irq_init (CPUPPCState *env);
void ppc970_irq_init (CPUPPCState *env);
void ppcPOWER7_irq_init (CPUPPCState *env);
+void ppce500_set_mpic_proxy(bool enabled);
+
/* PPC machines for OpenBIOS */
enum {
ARCH_PREP = 0,