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

Unified Diff: vboot_firmware/include/rollback_index.h

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vboot_firmware/include/load_kernel_fw.h ('k') | vboot_firmware/include/sysincludes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/include/rollback_index.h
diff --git a/vboot_firmware/include/rollback_index.h b/vboot_firmware/include/rollback_index.h
index 49e2c4f7a07d8062d22bb9e5930feb6fbc36958f..c359b4bbb4395b69f4ece83f8567216f12b00203 100644
--- a/vboot_firmware/include/rollback_index.h
+++ b/vboot_firmware/include/rollback_index.h
@@ -9,8 +9,10 @@
#ifndef VBOOT_REFERENCE_ROLLBACK_INDEX_H_
#define VBOOT_REFERENCE_ROLLBACK_INDEX_H_
-#include <stdint.h>
+#include "sysincludes.h"
+/* TODO: global variables won't work in the boot stub, since it runs
+ directly out of ROM. */
extern uint16_t g_firmware_key_version;
extern uint16_t g_firmware_version;
extern uint16_t g_kernel_key_version;
« no previous file with comments | « vboot_firmware/include/load_kernel_fw.h ('k') | vboot_firmware/include/sysincludes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698