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

Unified Diff: src/platform/vboot_reference/cgptlib/cgptlib.h

Issue 2231002: complete 'cgpt show' and refactor for incoming commands. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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/cgptlib/cgptlib.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/cgptlib/cgptlib.h
diff --git a/src/platform/vboot_reference/cgptlib/cgptlib.h b/src/platform/vboot_reference/cgptlib/cgptlib.h
index af0774641bf93d3cbf8a00297add3109762b913d..7195ee7a666b9e32d6a7a8d3b0d7cc7883710eec 100644
--- a/src/platform/vboot_reference/cgptlib/cgptlib.h
+++ b/src/platform/vboot_reference/cgptlib/cgptlib.h
@@ -88,6 +88,9 @@ typedef struct {
* 0x08 = table2 */
int current_kernel; /* the current chromeos kernel index in partition table.
* -1 means not found on drive. */
+
+ /* Internal variables */
+ uint32_t valid_headers, valid_entries;
} GptData;
int GptInit(GptData *gpt);
« no previous file with comments | « no previous file | src/platform/vboot_reference/cgptlib/cgptlib.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698