/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef TCG_TSS_COMMON_H_ #define TCG_TSS_COMMON_H_ #include #define TPM_PCR_MINIMUM_DIGEST_SIZE 20 #define TPM_SUCCESS ((uint32_t)0x00000000) #endif /* TCG_TSS_COMMON_H_ */