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

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

Issue 2289002: Make more functions return a status. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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 | « no previous file | 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/tlcl/tlcl.h b/src/platform/tpm_lite/src/tlcl/tlcl.h
index 420bf4196c95d68fe27df7243404736a7c9a2985..63447560ba0d8c8f309a36bbf55730c0e73aa2cf 100644
--- a/src/platform/tpm_lite/src/tlcl/tlcl.h
+++ b/src/platform/tpm_lite/src/tlcl/tlcl.h
@@ -102,7 +102,7 @@ void TlclAssertPhysicalPresence(void);
/* Turns off physical presence and locks it off until next reboot.
*/
-void TlclLockPhysicalPresence(void);
+uint32_t TlclLockPhysicalPresence(void);
/* Sets the nvLocked bit.
*/
@@ -130,6 +130,6 @@ int TlclGetFlags(uint8_t* disable, uint8_t* deactivated);
/* Sets the bGlobalLock flag, which only a reboot can clear.
*/
-void TlclSetGlobalLock(void);
+uint32_t TlclSetGlobalLock(void);
#endif /* TPM_LITE_TLCL_H_ */
« no previous file with comments | « no previous file | src/platform/tpm_lite/src/tlcl/tlcl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698