Notify OCC of pcap setting changes
Resolves openbmc/openbmc#948
Change-Id: I03193b07ddaf380468bd0c0e62a41220bdeaecce
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/powercap.hpp b/powercap.hpp
index efd0729..ddf2a74 100644
--- a/powercap.hpp
+++ b/powercap.hpp
@@ -91,6 +91,12 @@
*/
bool getPcapEnabled();
+ /** @brief Write the input power cap to the occ hwmon entry
+ *
+ * @param[in] pcapValue - Power cap value to write to OCC
+ */
+ void writeOcc(uint32_t pcapValue);
+
/** @brief Reference to sdbus **/
sdbusplus::bus::bus& bus;