More cleanup

Review URL: http://codereview.chromium.org/2718012
This commit is contained in:
Randall Spangler
2010-06-11 16:14:18 -07:00
parent 729b87258b
commit 83c88cfa69
9 changed files with 144 additions and 192 deletions

View File

@@ -12,12 +12,7 @@
#include <stdint.h>
#include "cgptlib.h"
#include "cryptolib.h"
#include "load_kernel_fw.h"
#include "vboot_common.h"
/* TODO: temporary hack */
void FakePartitionAttributes(GptData* gpt);
/* Allocates and reads GPT data from the drive. The sector_bytes and
* drive_sectors fields should be filled on input. The primary and
@@ -28,7 +23,7 @@ int AllocAndReadGptData(GptData* gptdata);
/* Writes any changes for the GPT data back to the drive, then frees the
* buffers. */
void WriteAndFreeGptData(GptData* gptdata);
int WriteAndFreeGptData(GptData* gptdata);
/* Alternate LoadKernel() implementation; see load_kernel_fw.h */
int LoadKernel2(LoadKernelParams* params);