| 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;
|
|
|