summaryrefslogtreecommitdiff
path: root/src/arch/arm/vtophys.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/vtophys.hh')
-rw-r--r--src/arch/arm/vtophys.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/vtophys.hh b/src/arch/arm/vtophys.hh
index 16d8c7ceb..12b4846ed 100644
--- a/src/arch/arm/vtophys.hh
+++ b/src/arch/arm/vtophys.hh
@@ -46,6 +46,7 @@ namespace ArmISA {
Addr vtophys(Addr vaddr);
Addr vtophys(ThreadContext *tc, Addr vaddr);
+ bool virtvalid(ThreadContext *tc, Addr vaddr);
};
#endif // __ARCH_ARM_VTOPHYS_H__