summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarc-André Lureau2017-11-06 19:39:01 +0100
committerStefan Berger2017-12-15 05:39:14 +0100
commit36e8658924cec6427ca00f87ce86f65cfa705d69 (patch)
tree8010d1d53044815a3ade0dfb9c3d10379bf8a896 /include
parenttpm-backend: store TPMIf interface, improve backend_init() (diff)
downloadqemu-36e8658924cec6427ca00f87ce86f65cfa705d69.tar.gz
qemu-36e8658924cec6427ca00f87ce86f65cfa705d69.tar.xz
qemu-36e8658924cec6427ca00f87ce86f65cfa705d69.zip
tpm-tis: no longer expose TPMState
Now that there is an interface instead. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/tpm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/tpm.h b/include/sysemu/tpm.h
index fb1719e5e4..7a1713a81e 100644
--- a/include/sysemu/tpm.h
+++ b/include/sysemu/tpm.h
@@ -15,8 +15,6 @@
#include "qom/object.h"
#include "qapi-types.h"
-typedef struct TPMState TPMState;
-
int tpm_config_parse(QemuOptsList *opts_list, const char *optarg);
int tpm_init(void);
void tpm_cleanup(void);