summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/secureboot/containerheader.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/secureboot/containerheader.H b/src/include/usr/secureboot/containerheader.H
index 49ecc9223..255566c9d 100644
--- a/src/include/usr/secureboot/containerheader.H
+++ b/src/include/usr/secureboot/containerheader.H
@@ -75,6 +75,13 @@ class ContainerHeader
size_t totalContainerSize() const;
/**
+ * @brief Retrieves the prefix header flags
+ *
+ * @return uint32_t containing prefix header flags
+ */
+ uint32_t prefixHeaderFlags() const;
+
+ /**
* @brief Retrieves pointer to first hw key
* @return ecc_key_t* - ptr to first hw key
*/
OpenPOWER on IntegriCloud