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
/
tpm.h
blob
db71e03900e28223e34fe965fd6f7e7e62550abf
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef DRIVERS_PC80_TPM_TPM_H
4
#define DRIVERS_PC80_TPM_TPM_H
5
6
#include <security/tpm/tis.h>
7
8
tis_sendrecv_fn
pc80_tis_probe
(
enum
tpm_family
*
family
);
9
10
#endif
/* DRIVERS_PC80_TPM_TPM_H */