summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_lite/include/tlcl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/tpm_lite/include/tlcl_internal.h')
-rw-r--r--firmware/lib/tpm_lite/include/tlcl_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/lib/tpm_lite/include/tlcl_internal.h b/firmware/lib/tpm_lite/include/tlcl_internal.h
index 28eff1d9..98903990 100644
--- a/firmware/lib/tpm_lite/include/tlcl_internal.h
+++ b/firmware/lib/tpm_lite/include/tlcl_internal.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef TPM_LITE_TLCL_INTERNAL_H_
-#define TPM_LITE_TLCL_INTERNAL_H_
+#ifndef VBOOT_REFERENCE_TLCL_INTERNAL_H_
+#define VBOOT_REFERENCE_TLCL_INTERNAL_H_
/*
* These numbers derive from adding the sizes of command fields as shown in the
@@ -84,4 +84,4 @@ static inline uint16_t ReadTpmUint16(const uint8_t **buffer) {
return value;
}
-#endif /* TPM_LITE_TLCL_INTERNAL_H_ */
+#endif /* VBOOT_REFERENCE_TLCL_INTERNAL_H_ */