diff options
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index 50c51502ce..503cf26c6d 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -173,4 +173,7 @@ static inline void regs_to_env(void) { } +int cpu_ppc_handle_mmu_fault (CPUState *env, uint32_t address, int rw, + int is_user, int is_softmmu); + #endif /* !defined (__PPC_H__) */ |