blob: 012abab42e504a217afd17a4051ddb68b645675c [file] [log] [blame]
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright 2020 Peter Huewe
*/
#ifndef TSS2_TCTI_SPI_LTT2GO_H
#define TSS2_TCTI_SPI_LTT2GO_H
#include <stdbool.h>
#include "tss2_tcti.h"
#ifdef __cplusplus
extern "C" {
#endif
TSS2_RC Tss2_Tcti_Spi_Ltt2go_Init (
TSS2_TCTI_CONTEXT *tctiContext,
size_t *size,
const char *config);
#ifdef __cplusplus
}
#endif
#endif /* TSS2_TCTI_SPI_LTT2GO_H */