| Index: firmware/include/vboot_nvstorage.h
|
| diff --git a/firmware/include/vboot_nvstorage.h b/firmware/include/vboot_nvstorage.h
|
| index 98377056470c4bd6b2d01facb8640e31aaedf9c4..350a789eec832213c44830e30f24ae40aab93cc6 100644
|
| --- a/firmware/include/vboot_nvstorage.h
|
| +++ b/firmware/include/vboot_nvstorage.h
|
| @@ -116,6 +116,13 @@ typedef enum VbNvParam {
|
| #define VBNV_RECOVERY_US_UNSPECIFIED 0xFF
|
|
|
|
|
| +/* Function codes for VBNV_TEST_ERROR_FUNC */
|
| +#define VBNV_TEST_ERROR_LOAD_FIRMWARE_SETUP 1
|
| +#define VBNV_TEST_ERROR_LOAD_FIRMWARE 2
|
| +#define VBNV_TEST_ERROR_LOAD_KERNEL 3
|
| +#define VBNV_TEST_ERROR_S3_RESUME 4
|
| +
|
| +
|
| /* Initialize the NV storage library. This must be called before any
|
| * other functions in this library. Returns 0 if success, non-zero if
|
| * error.
|
|
|