| Index: firmware/include/tss_constants.h
|
| diff --git a/firmware/lib/tpm_lite/include/tss_constants.h b/firmware/include/tss_constants.h
|
| similarity index 95%
|
| rename from firmware/lib/tpm_lite/include/tss_constants.h
|
| rename to firmware/include/tss_constants.h
|
| index 5bbc0921fe0a0d4dd751d136df75d3798ca7baf6..00a7c033a775046e5e6262099bd180f45442ade5 100644
|
| --- a/firmware/lib/tpm_lite/include/tss_constants.h
|
| +++ b/firmware/include/tss_constants.h
|
| @@ -6,8 +6,8 @@
|
| * the firmware
|
| */
|
|
|
| -#ifndef TPM_LITE_TSS_CONSTANTS_H_
|
| -#define TPM_LITE_TSS_CONSTANTS_H_
|
| +#ifndef VBOOT_REFERENCE_TSS_CONSTANTS_H_
|
| +#define VBOOT_REFERENCE_TSS_CONSTANTS_H_
|
|
|
| #include "sysincludes.h"
|
|
|
| @@ -87,4 +87,4 @@ typedef struct tdTPM_STCLEAR_FLAGS{
|
| TSS_BOOL bGlobalLock;
|
| } TPM_STCLEAR_FLAGS;
|
|
|
| -#endif /* TPM_LITE_TSS_CONSTANTS_H_ */
|
| +#endif /* VBOOT_REFERENCE_TSS_CONSTANTS_H_ */
|
|
|