15 lines
354 B
C
15 lines
354 B
C
/* SPDX-License-Identifier: LGPL-2.1 */
|
|
/*
|
|
* Copyright (C) 2020, VMware, Tzvetomir Stoyanov <tz.stoyanov@gmail.com>
|
|
*
|
|
* Modified from libtracefs to libtraceevent:
|
|
* Copyright (C) 2021, VMware, Steven Rostedt <rostedt@goodmis.org>
|
|
*
|
|
*/
|
|
#ifndef _TRACE_UTEST_H_
|
|
#define _TRACE_UTEST_H_
|
|
|
|
void test_traceevent_lib(void);
|
|
|
|
#endif /* _TRACE_UTEST_H_ */
|