blob: 065cf8dfa8aed271bba104b0120702507b6cd67e [file] [log] [blame]
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2015 - 2021, Intel Corporation
* All rights reserved.
*/
#ifndef TSS2_TCTI_LIBTPMS_H
#define TSS2_TCTI_LIBTPMS_H
#include "tss2_tcti.h"
#ifdef __cplusplus
extern "C" {
#endif
TSS2_RC Tss2_Tcti_Libtpms_Init (
TSS2_TCTI_CONTEXT *tctiContext,
size_t *size,
const char *conf);
TSS2_RC
Tss2_Tcti_Libtpms_Reset(TSS2_TCTI_CONTEXT *tctiCont);
#ifdef __cplusplus
}
#endif
#endif /* TSS2_TCTI_LIBTPMS_H */