mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-13 08:34:38 +00:00
7 lines
96 B
C
7 lines
96 B
C
![]() |
#ifndef HW_PPC_E500_H
|
||
|
#define HW_PPC_E500_H
|
||
|
|
||
|
void ppce500_set_mpic_proxy(bool enabled);
|
||
|
|
||
|
#endif
|