include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-cancelstate.h
CommitLineData
1c196845
MJ
1// SPDX-FileCopyrightText: 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2//
3// SPDX-License-Identifier: LGPL-2.1-only
d0cd72be
MD
4
5#ifndef _LTTNG_UST_UST_CANCELSTATE_H
6#define _LTTNG_UST_UST_CANCELSTATE_H
7
8int lttng_ust_cancelstate_disable_push(void);
9int lttng_ust_cancelstate_disable_pop(void);
10
11#endif
This page took 0.024272 seconds and 4 git commands to generate.