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

Unified Diff: src/platform/vboot_reference/utility/cgpt/cgpt.h

Issue 2438005: Much rearranging of cgptlib. Passes all its (new) unit tests. (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Pre commit 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/utility/cgpt/cgpt.h
diff --git a/src/platform/vboot_reference/utility/cgpt/cgpt.h b/src/platform/vboot_reference/utility/cgpt/cgpt.h
index 3bc1f82fd028b58aff1205d00e4c3e42cea7dde3..a6759903c53a132b073b25f892322f7c97f02b4b 100644
--- a/src/platform/vboot_reference/utility/cgpt/cgpt.h
+++ b/src/platform/vboot_reference/utility/cgpt/cgpt.h
@@ -10,6 +10,7 @@
#include <getopt.h>
#include <stdint.h>
#include "cgptlib.h"
+#include "gpt.h"
enum {
CGPT_OK = 0,
« no previous file with comments | « src/platform/vboot_reference/utility/cgpt/Makefile ('k') | src/platform/vboot_reference/utility/cgpt/cgpt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698