| 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 a6759903c53a132b073b25f892322f7c97f02b4b..1782fe149cd10b2e7c0503f21c7c5ddb11955764 100644
|
| --- a/src/platform/vboot_reference/utility/cgpt/cgpt.h
|
| +++ b/src/platform/vboot_reference/utility/cgpt/cgpt.h
|
| @@ -120,6 +120,7 @@ void UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16);
|
| int ResolveType(const Guid *type, char *buf);
|
| int SupportedType(const char *name, Guid *type);
|
| void PrintTypes(void);
|
| +void EntryDetails(GptEntry *entry, int index, int raw);
|
|
|
| /* Describes the drive storing the GPT. */
|
| struct drive {
|
|
|