More memory mapping functions for libgcm

This commit is contained in:
elisha464 2014-01-18 23:36:22 +02:00
parent 509d46a544
commit 48726e8fed
3 changed files with 90 additions and 68 deletions

View file

@ -259,6 +259,9 @@ public:
// return the real address given a mapped address, if not mapped return 0
u64 getRealAddr(u64 addr);
// return the mapped address given a real address, if not mapped return 0
u64 getMappedAddress(u64 realAddress);
};
#include "DynamicMemoryBlockBase.inl"