aboutsummaryrefslogtreecommitdiff
path: root/android/android-emu/android/emulation/hostdevices/HostAddressSpace.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/android-emu/android/emulation/hostdevices/HostAddressSpace.h')
-rw-r--r--android/android-emu/android/emulation/hostdevices/HostAddressSpace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/android-emu/android/emulation/hostdevices/HostAddressSpace.h b/android/android-emu/android/emulation/hostdevices/HostAddressSpace.h
index 3890717645..4daf7dd09f 100644
--- a/android/android-emu/android/emulation/hostdevices/HostAddressSpace.h
+++ b/android/android-emu/android/emulation/hostdevices/HostAddressSpace.h
@@ -64,6 +64,7 @@ public:
static int allocSharedHostRegionFixedLocked(uint64_t page_aligned_size, uint64_t offset);
static uint64_t getPhysAddrStart();
static uint64_t getPhysAddrStartLocked();
+ static uint32_t getGuestPageSize();
private:
class Impl;