summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/common/runtime_utils.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/runtime/common/runtime_utils.H')
-rw-r--r--src/include/usr/runtime/common/runtime_utils.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/usr/runtime/common/runtime_utils.H b/src/include/usr/runtime/common/runtime_utils.H
index c7f318bc1..afb88bd47 100644
--- a/src/include/usr/runtime/common/runtime_utils.H
+++ b/src/include/usr/runtime/common/runtime_utils.H
@@ -29,7 +29,10 @@
namespace RUNTIME
{
+// Pair indicating if a PNOR section is expected to have a secure header
+// regardless of the compiler options
typedef std::pair<PNOR::SectionId, bool> PreVerifyPair;
+// A vector of all PNOR sections that are pre-verified for runtime
typedef std::vector<PreVerifyPair> PreVerifyVector;
// PNOR sections that will be pre-verified and loaded into HB reserved memory
OpenPOWER on IntegriCloud