Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: firmware/include/tss_constants.h

Issue 4266002: Fix integration bugs (vboot side) (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Rename tpm_lite.h to tlcl_stub.h Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firmware/include/tlcl_stub.h ('k') | firmware/lib/tpm_lite/include/tlcl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ */
« no previous file with comments | « firmware/include/tlcl_stub.h ('k') | firmware/lib/tpm_lite/include/tlcl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698