summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2recovery_reasons.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2recovery_reasons.h')
-rw-r--r--firmware/2lib/include/2recovery_reasons.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/2lib/include/2recovery_reasons.h b/firmware/2lib/include/2recovery_reasons.h
index f8e6dbe9..870df1f0 100644
--- a/firmware/2lib/include/2recovery_reasons.h
+++ b/firmware/2lib/include/2recovery_reasons.h
@@ -5,8 +5,8 @@
* Recovery reasons
*/
-#ifndef VBOOT_REFERENCE_VBOOT_2RECOVERY_REASONS_H_
-#define VBOOT_REFERENCE_VBOOT_2RECOVERY_REASONS_H_
+#ifndef VBOOT_REFERENCE_2RECOVERY_REASONS_H_
+#define VBOOT_REFERENCE_2RECOVERY_REASONS_H_
/* Recovery reason codes */
enum vb2_nv_recovery {
@@ -250,4 +250,4 @@ enum vb2_nv_recovery {
VB2_RECOVERY_US_UNSPECIFIED = 0xff,
};
-#endif /* VBOOT_REFERENCE_VBOOT_2RECOVERY_REASONS_H_ */
+#endif /* VBOOT_REFERENCE_2RECOVERY_REASONS_H_ */