summaryrefslogtreecommitdiff
path: root/host/lib/include/flashrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/flashrom.h')
-rw-r--r--host/lib/include/flashrom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/include/flashrom.h b/host/lib/include/flashrom.h
index e2d3fb38..81d6ba98 100644
--- a/host/lib/include/flashrom.h
+++ b/host/lib/include/flashrom.h
@@ -40,7 +40,8 @@ struct firmware_image {
* @return VB2_SUCCESS on success, or a relevant error.
*/
vb2_error_t flashrom_read(struct firmware_image *image, const char *region);
-int flashrom_read_image(struct firmware_image *image, const char *region,
+int flashrom_read_image(struct firmware_image *image, int verbosity);
+int flashrom_read_region(struct firmware_image *image, const char *region,
int verbosity);
/**