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

Unified Diff: src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/gpt.h

Issue 2504001: Put gpt.h back (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/gpt.h
diff --git a/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/gpt.h b/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/gpt.h
index 79d19f7f17fd1eab6c4980ffdecb72d7ee56a798..57d722c4a3a37ae133d4f5956088dd8175e0aa6e 100644
--- a/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/gpt.h
+++ b/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/gpt.h
@@ -26,23 +26,15 @@
* byte-swapped from the normal display order. */
#define GPT_ENT_TYPE_UNUSED \
{{{0x00000000,0x0000,0x0000,0x00,0x00,{0x00,0x00,0x00,0x00,0x00,0x00}}}}
-/* Hey, that one's right regardless of endianness... */
-
#define GPT_ENT_TYPE_EFI \
- {{{0x28732ac1,0x1ff8,0xd211,0xba,0x4b,{0x00,0xa0,0xc9,0x3e,0xc9,0x3b}}}}
-/* c12a7328-f81f-11d2-ba4b-00a0c93ec93b */
-
+ {{{0xc12a7328,0xf81f,0x11d2,0xba,0x4b,{0x00,0xa0,0xc9,0x3e,0xc9,0x3b}}}}
#define GPT_ENT_TYPE_CHROMEOS_KERNEL \
- {{{0x5d2a3afe,0x324f,0xa741,0xb7,0x25,{0xac,0xcc,0x32,0x85,0xa3,0x09}}}}
-/* FE3A2A5D-4F32-41A7-B725-ACCC3285A309 */
-
+ {{{0xfe3a2a5d,0x4f32,0x41a7,0xb7,0x25,{0xac,0xcc,0x32,0x85,0xa3,0x09}}}}
#define GPT_ENT_TYPE_CHROMEOS_ROOTFS \
- {{{0x02e2b83c,0x7e3b,0xdd47,0x8a,0x3c,{0x7f,0xf2,0xa1,0x3c,0xfc,0xec}}}}
-/* 3CB8E202-3B7E-47DD-8A3C-7FF2A13CFCEC */
-
+ {{{0x3cb8e202,0x3b7e,0x47dd,0x8a,0x3c,{0x7f,0xf2,0xa1,0x3c,0xfc,0xec}}}}
#define GPT_ENT_TYPE_CHROMEOS_RESERVED \
- {{{0x3d750a2e,0x489e,0xb043,0x83,0x37,{0xb1,0x51,0x92,0xcb,0x1b,0x5e}}}}
-/* 2e0a753d-9e48-43b0-8337-b15192cb1b5e */
+ {{{0x2e0a753d,0x9e48,0x43b0,0x83,0x37,{0xb1,0x51,0x92,0xcb,0x1b,0x5e}}}}
+
#define UUID_NODE_LEN 6
#define GUID_SIZE 16
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698