summaryrefslogtreecommitdiffstats
path: root/src/security/tpm/tss/common/tss_common.h
blob: 124ec4ad1428824515c25db4743e88a7915695e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 <stdint.h>

#define TPM_PCR_MINIMUM_DIGEST_SIZE 20
#define TPM_SUCCESS ((uint32_t)0x00000000)

#endif /* TCG_TSS_COMMON_H_ */