summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2gbb_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2gbb_flags.h')
-rw-r--r--firmware/2lib/include/2gbb_flags.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/2lib/include/2gbb_flags.h b/firmware/2lib/include/2gbb_flags.h
index 6749aa3f..e90dfb15 100644
--- a/firmware/2lib/include/2gbb_flags.h
+++ b/firmware/2lib/include/2gbb_flags.h
@@ -7,8 +7,8 @@
* Should be imported externally via vb2_api.h.
*/
-#ifndef VBOOT_2_GBB_FLAGS_H_
-#define VBOOT_2_GBB_FLAGS_H_
+#ifndef VBOOT_REFERENCE_2GBB_FLAGS_H_
+#define VBOOT_REFERENCE_2GBB_FLAGS_H_
enum vb2_gbb_flag {
/*
@@ -84,4 +84,4 @@ enum vb2_gbb_flag {
VB2_GBB_FLAG_ENABLE_UDC = 1 << 16,
};
-#endif /* VBOOT_2_GBB_FLAGS_H_ */
+#endif /* VBOOT_REFERENCE_2GBB_FLAGS_H_ */