blob: 96de4742ebed739fdae278856ba4f853520e6a04 [file] [log] [blame]
Julian Hall38c729b2020-11-23 18:23:03 +01001/*
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
12int run_ts_demo(crypto_client *crypto_client, bool is_verbose);
13
14#endif /* TS_DEMO_H */