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

Side by Side Diff: vboot_firmware/linktest/main.c

Issue 2833012: Move all system includes in vboot_firmware to sysincludes.h (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Oops, forgot the new header Created 10 years, 6 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 | « vboot_firmware/lib/vboot_kernel.c ('k') | vboot_firmware/stub/utility_stub.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include <stdio.h>
2 1
3 #include "cgptlib.h" 2 #include "cgptlib.h"
4 #include "load_firmware_fw.h" 3 #include "load_firmware_fw.h"
5 #include "load_kernel_fw.h" 4 #include "load_kernel_fw.h"
6 #include "rollback_index.h" 5 #include "rollback_index.h"
7 #include "tlcl.h" 6 #include "tlcl.h"
8 #include "vboot_common.h" 7 #include "vboot_common.h"
9 #include "vboot_kernel.h" 8 #include "vboot_kernel.h"
10 9
11 int main(void) 10 int main(void)
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 PublicKeyCopy(0, 0); 61 PublicKeyCopy(0, 0);
63 PublicKeyToRSA(0); 62 PublicKeyToRSA(0);
64 VerifyData(0, 0, 0); 63 VerifyData(0, 0, 0);
65 VerifyDigest(0, 0, 0); 64 VerifyDigest(0, 0, 0);
66 KeyBlockVerify(0, 0, 0); 65 KeyBlockVerify(0, 0, 0);
67 VerifyFirmwarePreamble2(0, 0, 0); 66 VerifyFirmwarePreamble2(0, 0, 0);
68 VerifyKernelPreamble2(0, 0, 0); 67 VerifyKernelPreamble2(0, 0, 0);
69 68
70 return 0; 69 return 0;
71 } 70 }
OLDNEW
« no previous file with comments | « vboot_firmware/lib/vboot_kernel.c ('k') | vboot_firmware/stub/utility_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698