fix: kvm instrumentation for CentOS >= 4.18.0-147
[lttng-modules.git] / wrapper / types.h
... / ...
CommitLineData
1/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
2 *
3 * wrapper/types.h
4 *
5 * Copyright (C) 2017 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 */
7
8#ifndef _LTTNG_WRAPPER_TYPES_H
9#define _LTTNG_WRAPPER_TYPES_H
10
11#define LTTNG_SIZE_MAX (~(size_t)0)
12
13#endif /* _LTTNG_WRAPPER_TYPES_H */
This page took 0.022086 seconds and 4 git commands to generate.