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

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

Issue 2374001: cgpt supports dev and add/delete/modify 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 | « src/platform/vboot_reference/cgptlib/cgptlib.c ('k') | src/platform/vboot_reference/utility/cgpt/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/cgptlib/cgptlib_internal.h
diff --git a/src/platform/vboot_reference/cgptlib/cgptlib_internal.h b/src/platform/vboot_reference/cgptlib/cgptlib_internal.h
index 25cbec4bc8843b908b0bb4f8ff8ddba64757108f..b4b63c535de930e29618f803e7ecdb4a5d072af3 100644
--- a/src/platform/vboot_reference/cgptlib/cgptlib_internal.h
+++ b/src/platform/vboot_reference/cgptlib/cgptlib_internal.h
@@ -21,6 +21,7 @@ uint32_t CheckEntriesLba(GptData *gpt);
uint32_t CheckValidUsableLbas(GptData *gpt);
uint32_t CheckHeaderCrc(GptData *gpt);
uint32_t CheckEntriesCrc(GptData *gpt);
+int NonZeroGuid(const Guid *guid);
uint32_t CheckValidEntries(GptData *gpt);
typedef struct {
uint64_t starting;
« no previous file with comments | « src/platform/vboot_reference/cgptlib/cgptlib.c ('k') | src/platform/vboot_reference/utility/cgpt/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698