Chromium Code Reviews| 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); |