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

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

Issue 2082007: rename cgpt files with cgptlib prefix (to avoid conflicts to cgpt utility) (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_internal.h
diff --git a/src/platform/vboot_reference/cgptlib/cgpt_internal.h b/src/platform/vboot_reference/cgptlib/cgptlib_internal.h
similarity index 99%
rename from src/platform/vboot_reference/cgptlib/cgpt_internal.h
rename to src/platform/vboot_reference/cgptlib/cgptlib_internal.h
index c65f466b9346b1486902211444ff9b8293aecb94..8d58613cfee7fd87f1a4fd408eb446ef9f220d82 100644
--- a/src/platform/vboot_reference/cgptlib/cgpt_internal.h
+++ b/src/platform/vboot_reference/cgptlib/cgptlib_internal.h
@@ -7,7 +7,7 @@
#define VBOOT_REFERENCE_CGPT_INTERNAL_H_
Bill Richardson 2010/05/17 15:15:03 Change the #define to match the new file name.
Louis 2010/05/18 08:18:02 Done.
#include <stdint.h>
-#include "cgpt.h"
+#include "cgptlib.h"
int CheckParameters(GptData *gpt);
uint32_t CheckHeaderSignature(GptData *gpt);

Powered by Google App Engine
This is Rietveld 408576698