summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/ppc/ppc_e500.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/hw/ppc/ppc_e500.h')
-rw-r--r--qemu/include/hw/ppc/ppc_e500.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/include/hw/ppc/ppc_e500.h b/qemu/include/hw/ppc/ppc_e500.h
new file mode 100644
index 000000000..b66c0e3ee
--- /dev/null
+++ b/qemu/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