gpu: Move GPUVAddr definition to common_types.

This commit is contained in:
bunnei
2019-03-20 22:36:02 -04:00
parent 43b83d6b6a
commit 241563d15c
17 changed files with 31 additions and 39 deletions
-3
View File
@@ -13,9 +13,6 @@
namespace Tegra {
/// Virtual addresses in the GPU's memory map are 64 bit.
using GPUVAddr = u64;
class MemoryManager final {
public:
MemoryManager();