libtpms/include/libtpms
Stefan Berger 73cad883ba tpm2: Introduce TPM_HAVE_TPM2_DECLARATIONS to avoid re-declarations
Older gcc versions are unhappy that some types declared by TPM 1.2
headers are re-declared by TPM 2 headers. All of these types have
the same UINT32 datatype and we can avoid having the re-declared
by introducing TPM_HAVE_TPM2_DECLARATIONS and inlcuding the TPM2
headers first and then the TPM 1.2 headers where we then do not re-
declare those datatypes that are clashing.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2018-10-05 21:47:15 -04:00
..
Makefile.am Initial import of project 2013-10-31 15:33:22 -05:00
tpm_error.h Initial import of project 2013-10-31 15:33:22 -05:00
tpm_library.h Integrate the TPM 2 into the library; do not compile with TPM 2 yet 2018-06-15 18:07:47 -04:00
tpm_library.h.in Integrate the TPM 2 into the library; do not compile with TPM 2 yet 2018-06-15 18:07:47 -04:00
tpm_memory.h Fix public header files for c++ 2014-07-14 17:22:14 -04:00
tpm_nvfilename.h Initial import of project 2013-10-31 15:33:22 -05:00
tpm_tis.h Integrate the TPM 2 into the library; do not compile with TPM 2 yet 2018-06-15 18:07:47 -04:00
tpm_types.h tpm2: Introduce TPM_HAVE_TPM2_DECLARATIONS to avoid re-declarations 2018-10-05 21:47:15 -04:00