2 * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
4 * SPDX-License-Identifier: GPL-2.0-only
8 #ifndef _KERN_MODULES_H
9 #define _KERN_MODULES_H
12 * Compatible lttng-modules version.
14 #define KERN_MODULES_PRE_MAJOR 1
15 #define KERN_MODULES_PRE_MINOR 9
17 #define KERN_MODULES_MAJOR 2
18 #define KERN_MODULES_MINOR 0
20 struct kern_modules_param
{
25 #endif /* _KERN_MODULES_H */
This page took 0.02931 seconds and 4 git commands to generate.