aboutsummaryrefslogtreecommitdiff
path: root/DA_fp.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-06-01 19:02:24 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-03 22:11:38 +0000
commit709abf0fecfef5800d47c4bec0d5b17c4d39594a (patch)
tree3c288894e4ac15991ee569eba17b79882667e51d /DA_fp.h
parent9c2755f609b40a2efeda5d55233cfaa6c135eee7 (diff)
downloadtpm2-709abf0fecfef5800d47c4bec0d5b17c4d39594a.tar.gz
Changes to allow compilation of Time.c
BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null Time.c Change-Id: I6356ac1cb2f62db8fc83233eb691f34986555dbc Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274674 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
Diffstat (limited to 'DA_fp.h')
-rw-r--r--DA_fp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/DA_fp.h b/DA_fp.h
index cb8883f..0466d4f 100644
--- a/DA_fp.h
+++ b/DA_fp.h
@@ -13,6 +13,9 @@ void DAPreInstall_Init(
void DARegisterFailure(
TPM_HANDLE handle // IN: handle for failure
);
+void DASelfHeal(
+ void
+ );
void DAStartup(
STARTUP_TYPE type // IN: startup type
);