summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2id.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2id.h')
-rw-r--r--firmware/2lib/include/2id.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/2lib/include/2id.h b/firmware/2lib/include/2id.h
index 28ba5538..d1897fda 100644
--- a/firmware/2lib/include/2id.h
+++ b/firmware/2lib/include/2id.h
@@ -8,8 +8,9 @@
* resistant to collisions and easy to compare.
*/
-#ifndef VBOOT_REFERENCE_VBOOT_2ID_H_
-#define VBOOT_REFERENCE_VBOOT_2ID_H_
+#ifndef VBOOT_REFERENCE_2ID_H_
+#define VBOOT_REFERENCE_2ID_H_
+
#include <stdint.h>
#ifdef __cplusplus
@@ -33,4 +34,4 @@ struct vb2_id {
}
#endif /* __cplusplus */
-#endif /* VBOOT_REFERENCE_VBOOT_2ID_H_ */
+#endif /* VBOOT_REFERENCE_2ID_H_ */