aboutsummaryrefslogtreecommitdiff
path: root/include/tpm2/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tpm2/Platform.h')
-rw-r--r--include/tpm2/Platform.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tpm2/Platform.h b/include/tpm2/Platform.h
index 4779594..f7bcbcd 100644
--- a/include/tpm2/Platform.h
+++ b/include/tpm2/Platform.h
@@ -384,12 +384,6 @@ _plat__GetFwVersion(
uint32_t *fw2
);
-// A function to call after every successful SU_RESET TPM2_Startup.
-LIB_EXPORT void
-_plat__ResetCallback(
- void
-);
-
int uart_printf(const char *format, ...);
#define ecprintf(format, args...) uart_printf(format, ## args);