aboutsummaryrefslogtreecommitdiff
path: root/components/app/ts-demo/ts-demo.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/app/ts-demo/ts-demo.h')
-rw-r--r--components/app/ts-demo/ts-demo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/components/app/ts-demo/ts-demo.h b/components/app/ts-demo/ts-demo.h
new file mode 100644
index 000000000..96de4742e
--- /dev/null
+++ b/components/app/ts-demo/ts-demo.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef TS_DEMO_H
+#define TS_DEMO_H
+
+#include <service/crypto/client/cpp/crypto_client.h>
+
+int run_ts_demo(crypto_client *crypto_client, bool is_verbose);
+
+#endif /* TS_DEMO_H */