summaryrefslogtreecommitdiff
path: root/include/sysemu
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-11-06 19:39:01 +0100
committerStefan Berger <stefanb@linux.vnet.ibm.com>2017-12-14 23:39:14 -0500
commit36e8658924cec6427ca00f87ce86f65cfa705d69 (patch)
tree8010d1d53044815a3ade0dfb9c3d10379bf8a896 /include/sysemu
parent8a89c9ac15981c2d15ce4ee6d6ad67da58824a04 (diff)
downloadqemu-36e8658924cec6427ca00f87ce86f65cfa705d69.tar.gz
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/sysemu')
-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);