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

Side by Side Diff: sys_gpt.h

Issue 1662003: Add our Chrome OS Type GUIDs to the list that gpt recognizes. (Closed)
Patch Set: Created 10 years, 8 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 unified diff | Download patch
« no previous file with comments | « show.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /*- 1 /*-
2 * Copyright (c) 2002 Marcel Moolenaar 2 * Copyright (c) 2002 Marcel Moolenaar
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 #define GPT_ENT_TYPE_LINUX_RAID \ 124 #define GPT_ENT_TYPE_LINUX_RAID \
125 {0xa19d880f,0x05fc,0x4d3b,0xa0,0x06,{0x74,0x3f,0x0f,0x84,0x91,0x1e}} 125 {0xa19d880f,0x05fc,0x4d3b,0xa0,0x06,{0x74,0x3f,0x0f,0x84,0x91,0x1e}}
126 #define GPT_ENT_TYPE_LINUX_SWAP \ 126 #define GPT_ENT_TYPE_LINUX_SWAP \
127 {0x0657fd6d,0xa4ab,0x43c4,0x84,0xe5,{0x09,0x33,0xc8,0x4b,0x4f,0x4f}} 127 {0x0657fd6d,0xa4ab,0x43c4,0x84,0xe5,{0x09,0x33,0xc8,0x4b,0x4f,0x4f}}
128 #define GPT_ENT_TYPE_LINUX_LVM \ 128 #define GPT_ENT_TYPE_LINUX_LVM \
129 {0xe6d6d379,0xf507,0x44c2,0xa2,0x3c,{0x23,0x8f,0x2a,0x3d,0xf9,0x28}} 129 {0xe6d6d379,0xf507,0x44c2,0xa2,0x3c,{0x23,0x8f,0x2a,0x3d,0xf9,0x28}}
130 130
131 #define GPT_ENT_TYPE_APPLE_HFS \ 131 #define GPT_ENT_TYPE_APPLE_HFS \
132 {0x48465300,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}} 132 {0x48465300,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
133 133
134 #define GPT_ENT_TYPE_CHROMEOS_KERNEL \
135 {0xfe3a2a5d,0x4f32,0x41a7,0xb7,0x25,{0xac,0xcc,0x32,0x85,0xa3,0x09}}
136 #define GPT_ENT_TYPE_CHROMEOS_ROOTFS \
137 {0x3cb8e202,0x3b7e,0x47dd,0x8a,0x3c,{0x7f,0xf2,0xa1,0x3c,0xfc,0xec}}
138 #define GPT_ENT_TYPE_CHROMEOS_RESERVED \
139 {0x2e0a753d,0x9e48,0x43b0,0x83,0x37,{0xb1,0x51,0x92,0xcb,0x1b,0x5e}}
140
141
134 #endif /* _SYS_GPT_H_ */ 142 #endif /* _SYS_GPT_H_ */
OLDNEW
« no previous file with comments | « show.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698