hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header
commita3500613bdf13c7583e292a6de835b8cbfc1e8ca
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 12 Jun 2020 08:54:42 +0000 (12 10:54 +0200)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 19 Jun 2020 11:25:42 +0000 (19 07:25 -0400)
tree660ae257636971af32b809010bb5a14dc1c61dd1
parenteccc0b0f022e2b19efee5daa1ae448f762cf748f
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>
hw/tpm/tpm_crb.c
hw/tpm/tpm_prop.h [new file with mode: 0644]
hw/tpm/tpm_spapr.c
hw/tpm/tpm_tis_isa.c
hw/tpm/tpm_tis_sysbus.c
hw/tpm/tpm_util.h