mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header
We are going to make "tpm_util.h" publicly accessible by moving it to the include/ directory in the next commit. The DEFINE_PROP_TPMBE() macro is only meaningful for the TPM hardware files (in hw/tpm/), so keep this macro in a local header. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Message-id: 20200612085444.8362-11-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
eccc0b0f02
commit
a3500613bd
6 changed files with 35 additions and 5 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "migration/vmstate.h"
|
||||
#include "sysemu/tpm_backend.h"
|
||||
#include "sysemu/reset.h"
|
||||
#include "tpm_prop.h"
|
||||
#include "tpm_util.h"
|
||||
#include "tpm_ppi.h"
|
||||
#include "trace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue