Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: src/platform/vboot_reference/include/firmware_image.h

Issue 669014: Vboot Reference: Kernel Boot signing utility. (Closed)
Patch Set: linter Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/vboot_reference/include/firmware_utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/include/firmware_image.h
diff --git a/src/platform/vboot_reference/include/firmware_image.h b/src/platform/vboot_reference/include/firmware_image.h
index 67250f36b9fc90dbf6c1235be30824bc388f9154..9e0db88bd9bb1e735f18d2f2f0d5cba0c2fd9966 100644
--- a/src/platform/vboot_reference/include/firmware_image.h
+++ b/src/platform/vboot_reference/include/firmware_image.h
@@ -61,6 +61,9 @@ void FirmwareImageFree(FirmwareImage* fw);
*/
FirmwareImage* ReadFirmwareImage(const char* input_file);
+/* Get the length of the header for image [image]. */
+int GetFirmwareHeaderLen(const FirmwareImage* image);
+
/* Get firmware header binary blob from an [image].
*
* Caller owns the returned pointer and must Free() it.
« no previous file with comments | « no previous file | src/platform/vboot_reference/include/firmware_utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698