blob: 35f66c9bc51f5f2353454310a7dcb6e54e2ff93f [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef DRIVERS_PC80_TPM_CHIP_H
#define DRIVERS_PC80_TPM_CHIP_H
typedef struct drivers_pc80_tpm_config {
/*
* TPM Interrupt polarity:
*
* High Level 0
* Low Level 1
* Rising Edge 2
* Falling Edge 3
*/
u8 irq_polarity;
} tpm_config_t;
#endif /* DRIVERS_PC80_TPM_CHIP_H */