mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
tpm: move TPMSizedBuffer to tpm_tis.h
Close to where it's being used. 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:
committed by
Stefan Berger
parent
ed836d9d6b
commit
cfab6da8a7
@ -66,11 +66,6 @@ struct TPMBackendClass {
|
||||
void (*handle_request)(TPMBackend *s, TPMBackendCmd cmd);
|
||||
};
|
||||
|
||||
typedef struct TPMSizedBuffer {
|
||||
uint32_t size;
|
||||
uint8_t *buffer;
|
||||
} TPMSizedBuffer;
|
||||
|
||||
struct TPMDriverOps {
|
||||
enum TpmType type;
|
||||
const QemuOptDesc *opts;
|
||||
|
Reference in New Issue
Block a user