From 3688d73b6e2b7b3fb71ed9fb6e38fd05d39de05b Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 21 Jan 2020 10:29:30 -0500 Subject: tpm: Move tpm_tis_show_buffer to tpm_util.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Berger Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: David Gibson Message-Id: <20200121152935.649898-2-stefanb@linux.ibm.com> Signed-off-by: David Gibson --- hw/tpm/tpm_util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/tpm/tpm_util.h') diff --git a/hw/tpm/tpm_util.h b/hw/tpm/tpm_util.h index f397ac2..7889081 100644 --- a/hw/tpm/tpm_util.h +++ b/hw/tpm/tpm_util.h @@ -79,4 +79,7 @@ typedef struct TPMSizedBuffer { void tpm_sized_buffer_reset(TPMSizedBuffer *tsb); +void tpm_util_show_buffer(const unsigned char *buffer, + size_t buffer_size, const char *string); + #endif /* TPM_TPM_UTIL_H */ -- cgit v1.1