summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2nvstorage_fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2nvstorage_fields.h')
-rw-r--r--firmware/2lib/include/2nvstorage_fields.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/2lib/include/2nvstorage_fields.h b/firmware/2lib/include/2nvstorage_fields.h
index 11a9f8fb..c9641407 100644
--- a/firmware/2lib/include/2nvstorage_fields.h
+++ b/firmware/2lib/include/2nvstorage_fields.h
@@ -5,8 +5,8 @@
* Non-volatile storage bitfields
*/
-#ifndef VBOOT_REFERENCE_VBOOT_2NVSTORAGE_FIELDS_H_
-#define VBOOT_REFERENCE_VBOOT_2NVSTORAGE_FIELDS_H_
+#ifndef VBOOT_REFERENCE_2NVSTORAGE_FIELDS_H_
+#define VBOOT_REFERENCE_2NVSTORAGE_FIELDS_H_
/*
* Constants for NV storage. We use this rather than structs and bitfields so
@@ -111,4 +111,4 @@ enum vb2_nv_offset {
#define VB2_NV_MISC_DEPRECATED_DISABLE_ALT_OS 0x20
#define VB2_NV_MISC_POST_EC_SYNC_DELAY 0x40
-#endif /* VBOOT_REFERENCE_VBOOT_2NVSTORAGE_FIELDS_H_ */
+#endif /* VBOOT_REFERENCE_2NVSTORAGE_FIELDS_H_ */