Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-configure-ir-trace.h
CommitLineData
335a2da5 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
335a2da5 3 *
0235b0db 4 * Copyright 2019 Philippe Proulx <pproulx@efficios.com>
335a2da5
PP
5 */
6
0235b0db
MJ
7#ifndef _CTF_META_CONFIGURE_IR_TRACE_H
8#define _CTF_META_CONFIGURE_IR_TRACE_H
9
335a2da5
PP
10#include "common/macros.h"
11
12#include "ctf-meta.h"
13
14BT_HIDDEN
15int ctf_trace_class_configure_ir_trace(struct ctf_trace_class *tc,
16 bt_trace *ir_trace);
17
18#endif /* _CTF_META_CONFIGURE_IR_TRACE_H */
This page took 0.043485 seconds and 4 git commands to generate.