1 /* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
5 * Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
6 * Copyright (C) 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9 #ifndef _LTTNG_WRAPPER_TIME_H
10 #define _LTTNG_WRAPPER_TIME_H
12 #include <linux/version.h>
15 * Use 64bit timespec on kernels that have it, this makes 32bit arch
18 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0))
19 # define LTTNG_KERNEL_HAS_TIMESPEC64
22 #endif /* _LTTNG_WRAPPER_TIME_H */
This page took 0.030154 seconds and 4 git commands to generate.