Julian Hall | 38c729b | 2020-11-23 18:23:03 +0100 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef TS_DEMO_H | ||||
8 | #define TS_DEMO_H | ||||
9 | |||||
10 | #include <service/crypto/client/cpp/crypto_client.h> | ||||
11 | |||||
12 | int run_ts_demo(crypto_client *crypto_client, bool is_verbose); | ||||
13 | |||||
14 | #endif /* TS_DEMO_H */ |