drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git] / src / drivers / pc80 / tpm / chip.h
blobaf37ceeb670b0305676c1529195d99d55fa9066b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DRIVERS_PC80_TPM_CHIP_H
4 #define DRIVERS_PC80_TPM_CHIP_H
6 struct drivers_pc80_tpm_config {
7 /*
8 * TPM Interrupt polarity:
10 * High Level 0
11 * Low Level 1
12 * Rising Edge 2
13 * Falling Edge 3
15 u8 irq_polarity;
18 #endif /* DRIVERS_PC80_TPM_CHIP_H */