X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Flib%2Fconds%2Fclk-cls-compat-postconds-triggers.hpp;fp=tests%2Flib%2Fconds%2Fclk-cls-compat-postconds-triggers.hpp;h=cabf25cf6287b63542d75349fd2905d675e0feb0;hb=c3211f0a28bc015d1fb04c600779d47f9896d4cc;hp=0000000000000000000000000000000000000000;hpb=6829fa26444f1f5c5bf31312222e900d012c3ad2;p=babeltrace.git diff --git a/tests/lib/conds/clk-cls-compat-postconds-triggers.hpp b/tests/lib/conds/clk-cls-compat-postconds-triggers.hpp new file mode 100644 index 00000000..cabf25cf --- /dev/null +++ b/tests/lib/conds/clk-cls-compat-postconds-triggers.hpp @@ -0,0 +1,14 @@ +/* + * SPDX-License-Identifier: GPL-2.0-only + * + * Copyright (C) 2024 EfficiOS Inc. + */ + +#ifndef TESTS_LIB_CONDS_CLK_CLS_COMPAT_POSTCONDS_TRIGGERS_HPP +#define TESTS_LIB_CONDS_CLK_CLS_COMPAT_POSTCONDS_TRIGGERS_HPP + +#include "utils.hpp" + +void addClkClsCompatTriggers(CondTriggers& triggers); + +#endif