blob: db71e03900e28223e34fe965fd6f7e7e62550abf [file] [log] [blame]
Sergii Dmytruk3e5cefc2022-11-01 00:48:43 +02001/* 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
8tis_sendrecv_fn pc80_tis_probe(enum tpm_family *family);
9
10#endif /* DRIVERS_PC80_TPM_TPM_H */