Enable attributes to display and set properly.

Review URL: http://codereview.chromium.org/2614002
This commit is contained in:
Bill Richardson
2010-06-04 12:26:42 -07:00
parent af5ae8e21b
commit 77d26e5190
8 changed files with 102 additions and 79 deletions

View File

@@ -9,6 +9,10 @@
#include "gpt.h"
#include "utility.h"
/* global types to compare against */
const Guid guid_unused = GPT_ENT_TYPE_UNUSED;
const Guid guid_chromeos_kernel = GPT_ENT_TYPE_CHROMEOS_KERNEL;
int GptInit(GptData *gpt) {
int retval;