Cleanup: move to kernel style SPDX license identifiers
[lttng-modules.git] / wrapper / types.h
CommitLineData
9f36eaed
MJ
1/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
2 *
cbc19040
MD
3 * wrapper/types.h
4 *
5 * Copyright (C) 2017 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
cbc19040
MD
6 */
7
9f36eaed
MJ
8#ifndef _LTTNG_WRAPPER_TYPES_H
9#define _LTTNG_WRAPPER_TYPES_H
10
cbc19040
MD
11#define LTTNG_SIZE_MAX (~(size_t)0)
12
13#endif /* _LTTNG_WRAPPER_TYPES_H */
This page took 0.023664 seconds and 4 git commands to generate.