blob: af731530f10d231c64baad6f5b84a81b975aa050 [file] [log] [blame]
Angel Pons8a3453f2020-04-02 23:48:19 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Duncan Lauriedd281ed2014-10-30 15:20:19 -07002
3#ifndef DRIVERS_PC80_TPM_CHIP_H
4#define DRIVERS_PC80_TPM_CHIP_H
5
6typedef struct drivers_pc80_tpm_config {
7 /*
8 * TPM Interrupt polarity:
9 *
10 * High Level 0
11 * Low Level 1
12 * Rising Edge 2
13 * Falling Edge 3
14 */
15 u8 irq_polarity;
16} tpm_config_t;
17
18#endif /* DRIVERS_PC80_TPM_CHIP_H */