aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index f61a1fdca8..72c59d9daa 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -219,7 +219,8 @@ enum class MemorySource : uint32_t
Undefined = 0,
Malloc = 1,
DmaBuf = 2,
- DmaBufProtected = 4
+ DmaBufProtected = 4,
+ Gralloc = 5
};
enum class MemBlockStrategyType