Commit | Line | Data |
---|---|---|
096102bd | 1 | /* |
ab5be9fa | 2 | * Copyright (C) 2011 David Goulet <dgoulet@efficios.com> |
096102bd | 3 | * |
ab5be9fa | 4 | * SPDX-License-Identifier: GPL-2.0-only |
096102bd | 5 | * |
096102bd DG |
6 | */ |
7 | ||
8 | #ifndef _MODPROBE_H | |
9 | #define _MODPROBE_H | |
10 | ||
0f4aa1a8 JG |
11 | void modprobe_remove_lttng_all(); |
12 | void modprobe_remove_lttng_control(); | |
13 | void modprobe_remove_lttng_data(); | |
14 | int modprobe_lttng_control(); | |
15 | int modprobe_lttng_data(); | |
096102bd DG |
16 | |
17 | #endif /* _MODPROBE_H */ |