docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.hpp
1 /*
2 * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef _MODPROBE_H
9 #define _MODPROBE_H
10
11 void modprobe_remove_lttng_all(void);
12 void modprobe_remove_lttng_control(void);
13 void modprobe_remove_lttng_data(void);
14 int modprobe_lttng_control(void);
15 int modprobe_lttng_data(void);
16
17 #endif /* _MODPROBE_H */
This page took 0.029372 seconds and 4 git commands to generate.