mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
8a89c9ac15
commit
36e8658924
2 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue