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

Unified Diff: src/platform/tpm_lite/src/tlcl/tlcl.h

Issue 1787004: TPM Lite: Add a "firmware" target for building TPM Lite (Closed)
Patch Set: Add a separate makefile for firmware compilation. Created 10 years, 8 months 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 | « src/platform/tpm_lite/src/tlcl/saved-structures.h ('k') | src/platform/tpm_lite/src/tlcl/tlcl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/tpm_lite/src/tlcl/tlcl.h
diff --git a/src/platform/tpm_lite/src/include/tlcl.h b/src/platform/tpm_lite/src/tlcl/tlcl.h
similarity index 99%
rename from src/platform/tpm_lite/src/include/tlcl.h
rename to src/platform/tpm_lite/src/tlcl/tlcl.h
index 632d846241bd576d9e98251cb8e507b245a5d159..420bf4196c95d68fe27df7243404736a7c9a2985 100644
--- a/src/platform/tpm_lite/src/include/tlcl.h
+++ b/src/platform/tpm_lite/src/tlcl/tlcl.h
@@ -131,6 +131,5 @@ int TlclGetFlags(uint8_t* disable, uint8_t* deactivated);
/* Sets the bGlobalLock flag, which only a reboot can clear.
*/
void TlclSetGlobalLock(void);
-
#endif /* TPM_LITE_TLCL_H_ */
« no previous file with comments | « src/platform/tpm_lite/src/tlcl/saved-structures.h ('k') | src/platform/tpm_lite/src/tlcl/tlcl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698