aboutsummaryrefslogtreecommitdiff
path: root/utest/trace-utest.h
diff options
context:
space:
mode:
Diffstat (limited to 'utest/trace-utest.h')
-rw-r--r--utest/trace-utest.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/utest/trace-utest.h b/utest/trace-utest.h
new file mode 100644
index 00000000..917c0e78
--- /dev/null
+++ b/utest/trace-utest.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: LGPL-2.1 */
+/*
+ * Copyright (C) 2020, VMware, Tzvetomir Stoyanov <tz.stoyanov@gmail.com>
+ *
+ */
+#ifndef _TRACE_UTEST_H_
+#define _TRACE_UTEST_H_
+
+void test_tracefs_lib(void);
+
+#endif /* _TRACE_UTEST_H_ */