summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_display.h')
-rw-r--r--firmware/lib/include/vboot_display.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/firmware/lib/include/vboot_display.h b/firmware/lib/include/vboot_display.h
index f8aa810b..d65d67c3 100644
--- a/firmware/lib/include/vboot_display.h
+++ b/firmware/lib/include/vboot_display.h
@@ -20,7 +20,21 @@ VbError_t VbCheckDisplayKey(VbCommonParams *cparams, uint32_t key,
VbNvContext *vncptr);
/* Internal functions, for unit testing */
+
+/**
+ * Return a description of the recovery reason code.
+ */
const char *RecoveryReasonString(uint8_t code);
+/**
+ * Return a fixed string representing the HWID.
+ */
+char *VbHWID(VbCommonParams *cparams);
+
+/**
+ * Get the number of localizations in the GBB bitmap data.
+ */
+VbError_t VbGetLocalizationCount(VbCommonParams *cparams, uint32_t *count);
+
#endif /* VBOOT_REFERENCE_VBOOT_DISPLAY_H_ */