Skip to content
Snippets Groups Projects
Commit 266345a8 authored by Eric Auger's avatar Eric Auger Committed by Michael S. Tsirkin
Browse files

test/tpm-emu: include sockets and channel headers in tpm-emu header


Include sockets and channel headers to that the header is
self-contained.

Signed-off-by: default avatarEric Auger <eric.auger@redhat.com>
Reviewed-by: default avatarStefan Berger <stefanb@linux.ibm.com>
Message-Id: <20200609125409.24179-2-eric.auger@redhat.com>
parent 80bde693
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
#define TPM_RC_FAILURE 0x101
#define TPM2_ST_NO_SESSIONS 0x8001
#include "qemu/sockets.h"
#include "io/channel.h"
struct tpm_hdr {
uint16_t tag;
uint32_t len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment