diff options
Diffstat (limited to 'cpu-all.h')
| -rw-r--r-- | cpu-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu-all.h b/cpu-all.h index 4e200928fe..76daec9474 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -691,6 +691,7 @@ void page_dump(FILE *f); int page_get_flags(target_ulong address); void page_set_flags(target_ulong start, target_ulong end, int flags); void page_unprotect_range(target_ulong data, target_ulong data_size); +int page_check_range(target_ulong start, target_ulong len, int flags); CPUState *cpu_copy(CPUState *env); |