Update to SPDX v3.0 identifiers
[lttng-modules.git] / wrapper / inline_memcpy.h
... / ...
CommitLineData
1/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
2 *
3 * wrapper/inline_memcpy.h
4 *
5 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 */
7
8#if !defined(__HAVE_ARCH_INLINE_MEMCPY) && !defined(inline_memcpy)
9#define inline_memcpy memcpy
10#endif
This page took 0.022396 seconds and 4 git commands to generate.