commit | b1cd50fd5a40db69543e20b12050c68040da5337 | [log] [tgz] |
---|---|---|
author | Gowtham Siddarth <gowtham.siddarth@arm.com> | Wed Aug 21 11:50:26 2019 +0530 |
committer | Gowtham Siddarth <gowtham.siddarth@arm.com> | Wed Aug 21 11:50:26 2019 +0530 |
tree | 4fed20b4e0345778d17dd431a0b71085d0945416 | |
parent | 6cbccb7ed4626a55941f8348749dbe2ed006ae7e [diff] |
Renaming the enum to avoid redeclaration error - The enums "SECURE" and "NONSECURE" are common names and may conflict with implementation defines such as in CMSIS. - Renamed the structure security_t to caller_security_t to make it more meaningful. Signed-off-by: Gowtham Siddarth <gowtham.siddarth@arm.com>