aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/ppc_e500.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/ppc/ppc_e500.h')
-rw-r--r--include/hw/ppc/ppc_e500.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hw/ppc/ppc_e500.h b/include/hw/ppc/ppc_e500.h
new file mode 100644
index 00000000..b66c0e3e
--- /dev/null
+++ b/include/hw/ppc/ppc_e500.h
@@ -0,0 +1,6 @@
+#ifndef HW_PPC_E500_H
+#define HW_PPC_E500_H
+
+void ppce500_set_mpic_proxy(bool enabled);
+
+#endif