summaryrefslogtreecommitdiff
path: root/include/linux/hwmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hwmem.h')
-rw-r--r--include/linux/hwmem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/hwmem.h b/include/linux/hwmem.h
index ba4c116f4b9..c84eaac79f1 100644
--- a/include/linux/hwmem.h
+++ b/include/linux/hwmem.h
@@ -102,6 +102,10 @@ enum hwmem_mem_type {
* @brief Contiguous system memory.
*/
HWMEM_MEM_CONTIGUOUS_SYS,
+ /**
+ * @brief Protected system memory.
+ */
+ HWMEM_MEM_PROTECTED_SYS,
};
/* User space API */