Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / wrapper / types.h
1 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
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.029263 seconds and 4 git commands to generate.