• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * SPDX-License-Identifier: BSD-2-Clause
3  * Copyright 2019, Intel Corporation
4  */
5 #ifndef TCTILDR_NODL_H
6 #define TCTILDR_NODL_H
7 
8 #include "tss2_tpm2_types.h"
9 #include "tss2_tcti.h"
10 
11 TSS2_RC
12 tctildr_get_default (TSS2_TCTI_CONTEXT **tcti,
13                      void **data);
14 
15 #endif /* TCTILDR_NODL_H */
16