drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git] / src / drivers / pc80 / tpm / tpm.h
blobdb71e03900e28223e34fe965fd6f7e7e62550abf
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DRIVERS_PC80_TPM_TPM_H
4 #define DRIVERS_PC80_TPM_TPM_H
6 #include <security/tpm/tis.h>
8 tis_sendrecv_fn pc80_tis_probe(enum tpm_family *family);
10 #endif /* DRIVERS_PC80_TPM_TPM_H */