repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git]
/
src
/
drivers
/
pc80
/
tpm
/
chip.h
blob
af37ceeb670b0305676c1529195d99d55fa9066b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef DRIVERS_PC80_TPM_CHIP_H
4
#define DRIVERS_PC80_TPM_CHIP_H
5
6
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
};
17
18
#endif
/* DRIVERS_PC80_TPM_CHIP_H */