From 8f0605cc9caacbcc647a6df9ae541ed2da4b9bb0 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 28 Mar 2013 07:26:21 -0400 Subject: QOM-ify the TPM support QOM-ified the TPM support with much code borrowed from the rng implementation. All other TPM related code moves will be provided in a subsequent patch. Signed-off-by: Stefan Berger Message-id: 1364469981.24703.1.camel@d941e-10 Signed-off-by: Anthony Liguori --- include/tpm/tpm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/tpm/tpm.h') diff --git a/include/tpm/tpm.h b/include/tpm/tpm.h index cc8f20e69e..2d457c4439 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); -- cgit v1.2.3