add RDB_SECURITY_AREA_EL5

Signed-off-by: luyangyang <1049603119@qq.com>
This commit is contained in:
luyangyang 2024-08-08 19:41:49 +08:00
parent 470e4bfec3
commit 8e9633d3c6

View File

@ -92,6 +92,10 @@ typedef enum Rdb_SecurityArea {
* @brief Security Area 4.
*/
RDB_SECURITY_AREA_EL4,
/**
* @brief Security Area 5.
*/
RDB_SECURITY_AREA_EL5,
} Rdb_SecurityArea;
/**