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

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

Issue 2614002: Enable attributes to display and set properly. (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/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 {
« no previous file with comments | « no previous file | src/platform/vboot_reference/utility/cgpt/cgpt.c » ('j') | src/platform/vboot_reference/utility/cgpt/cgpt_show.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698