summaryrefslogtreecommitdiff
path: root/include/exec/translate-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/translate-all.h')
-rw-r--r--include/exec/translate-all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/translate-all.h b/include/exec/translate-all.h
index a557b4e2bb..9f646389af 100644
--- a/include/exec/translate-all.h
+++ b/include/exec/translate-all.h
@@ -33,6 +33,7 @@ void tb_invalidate_phys_page_range(tb_page_addr_t start, tb_page_addr_t end);
void tb_check_watchpoint(CPUState *cpu, uintptr_t retaddr);
#ifdef CONFIG_USER_ONLY
+void page_protect(tb_page_addr_t page_addr);
int page_unprotect(target_ulong address, uintptr_t pc);
#endif