vboot_ref: Add TODO in host/lib/include/flashrom.h

BUG=b:207808292
BRANCH=none
TEST=none

Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Change-Id: Iaf94b5cc8c7b4f4b7859f10b8078e922bc1636d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3450057
Tested-by: Edward O'Callaghan <quasisec@chromium.org>
Auto-Submit: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
Reviewed-by: Sam McNally <sammc@chromium.org>
Commit-Queue: Edward O'Callaghan <quasisec@chromium.org>
diff --git a/host/lib/include/flashrom.h b/host/lib/include/flashrom.h
index 0d93442..4a16b19 100644
--- a/host/lib/include/flashrom.h
+++ b/host/lib/include/flashrom.h
@@ -23,6 +23,14 @@
 	const char *programmer;
 	uint32_t size; /* buffer size. */
 	uint8_t *data; /* data allocated buffer to read/write with. */
+	/*
+	 * TODO(quasisec b/207808292): Merge with other instance in vboot_ref
+	 * such that the code becomes common.
+	 *
+	char *file_name;
+	char *ro_version, *rw_version_a, *rw_version_b;
+	FmapHeader *fmap_header;
+	*/
 };
 
 /**