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

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

Issue 2082015: add cgpt framework and attribute support. (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
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 ea352e7d2cbbf8496d7b2544652b8870fafdead9..f61c07d7b4fd312bb3e16f4699822f67d5bda7a1 100644
--- a/src/platform/vboot_reference/cgptlib/cgptlib.h
+++ b/src/platform/vboot_reference/cgptlib/cgptlib.h
@@ -19,6 +19,8 @@ enum {
GPT_ERROR_INVALID_UPDATE_TYPE,
};
+const char *GptError(int errno);
+
/* Bit masks for GptData.modified field. */
#define GPT_MODIFIED_HEADER1 0x01
#define GPT_MODIFIED_HEADER2 0x02

Powered by Google App Engine
This is Rietveld 408576698