summaryrefslogtreecommitdiff
path: root/src/drivers/vpd/vpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/vpd/vpd.h')
-rw-r--r--src/drivers/vpd/vpd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h
index 817867aba4..a23005fca1 100644
--- a/src/drivers/vpd/vpd.h
+++ b/src/drivers/vpd/vpd.h
@@ -59,4 +59,9 @@ bool vpd_get_bool(const char *key, enum vpd_region region,
*/
bool vpd_get_int(const char *key, enum vpd_region region, int *val);
+/*
+ * Return the value after reading the VPD key named "feature_device_info".
+ */
+const char *vpd_get_feature_device_info(void);
+
#endif /* __VPD_H__ */