diff options
Diffstat (limited to 'include/hw/ppc/ppc_e500.h')
-rw-r--r-- | include/hw/ppc/ppc_e500.h | 6 |
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 0000000000..b66c0e3ee0 --- /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 |