summaryrefslogtreecommitdiff
path: root/intel-pfr-manager/libpfr/inc/pfr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'intel-pfr-manager/libpfr/inc/pfr.hpp')
-rw-r--r--intel-pfr-manager/libpfr/inc/pfr.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intel-pfr-manager/libpfr/inc/pfr.hpp b/intel-pfr-manager/libpfr/inc/pfr.hpp
index cd1b4f2..42af3f7 100644
--- a/intel-pfr-manager/libpfr/inc/pfr.hpp
+++ b/intel-pfr-manager/libpfr/inc/pfr.hpp
@@ -41,9 +41,10 @@ enum class ActionType
minorError
};
+std::string toHexString(const uint8_t val);
std::string getVersionInfoCPLD(ImageType &imgType);
int getProvisioningStatus(bool &ufmLocked, bool &ufmProvisioned);
-int readCpldReg(const ActionType &action, uint8_t value);
+int readCpldReg(const ActionType &action, uint8_t &value);
int setBMCBootCheckpoint(const uint8_t checkPoint);
} // namespace pfr