blob: 34fbbbf6f95c910db36d1ca53828988bc5393365 [file] [log] [blame]
/*
* Copyright (c) 2020-2023, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef TS_DEMO_H
#define TS_DEMO_H
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
bool run_ts_demo(bool is_verbose);
#ifdef __cplusplus
}
#endif
#endif /* TS_DEMO_H */