• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 */
11