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

Unified Diff: src/platform/vboot_reference/common/tlcl_stub.c

Issue 1712018: Vboot Reference: Remove dependency on TrouSers by not including tss/tcs.h (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Add FIXmes 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/vboot_reference/common/rollback_index.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/common/tlcl_stub.c
diff --git a/src/platform/vboot_reference/common/tlcl_stub.c b/src/platform/vboot_reference/common/tlcl_stub.c
index 0b4625b343680ed4bf047c7b94b83e545bf31544..ff59e23a63a4a38881df282364acbf703d62f268 100644
--- a/src/platform/vboot_reference/common/tlcl_stub.c
+++ b/src/platform/vboot_reference/common/tlcl_stub.c
@@ -5,7 +5,7 @@
* Stub implementations of TPM Lite Library.
*/
-#include <tss/tcs.h>
+#include "tss_constants.h"
void TlclLibinit(void) { return; }
void TlclStartup(void) { return; }
« no previous file with comments | « src/platform/vboot_reference/common/rollback_index.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698