aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/MemorySources.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/MemorySources.hpp')
-rw-r--r--include/armnn/MemorySources.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/armnn/MemorySources.hpp b/include/armnn/MemorySources.hpp
index e138f56fd4..53890982d4 100644
--- a/include/armnn/MemorySources.hpp
+++ b/include/armnn/MemorySources.hpp
@@ -12,6 +12,7 @@ namespace armnn
enum class MemorySource
{
+ Undefined = 0,
Malloc = 1,
DmaBuf = 2,
DmaBufProtected = 4