aboutsummaryrefslogtreecommitdiff
path: root/include/tpm/tpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tpm/tpm.h')
-rw-r--r--include/tpm/tpm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tpm/tpm.h b/include/tpm/tpm.h
index cc8f20e..2d457c4 100644
--- a/include/tpm/tpm.h
+++ b/include/tpm/tpm.h
@@ -14,6 +14,10 @@
#include "qemu/option.h"
+typedef struct TPMState TPMState;
+typedef struct TPMSizedBuffer TPMSizedBuffer;
+typedef void (TPMRecvDataCB)(TPMState *, uint8_t locty);
+
int tpm_config_parse(QemuOptsList *opts_list, const char *optarg);
int tpm_init(void);
void tpm_cleanup(void);