summaryrefslogtreecommitdiffstats
path: root/item_updater_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'item_updater_helper.hpp')
-rw-r--r--item_updater_helper.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/item_updater_helper.hpp b/item_updater_helper.hpp
index 33b3cdb..a2d90b8 100644
--- a/item_updater_helper.hpp
+++ b/item_updater_helper.hpp
@@ -28,6 +28,13 @@ class Helper
// Empty
}
+ /** @brief Set an environment variable to the specified value
+ *
+ * @param[in] entryId - The variable name
+ * @param[in] value - The variable value
+ */
+ void setEntry(const std::string& entryId, uint8_t value);
+
/** @brief Clear an image with the entry id
*
* @param[in] entryId - The image entry id
OpenPOWER on IntegriCloud