Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / wrapper / inline_memcpy.h
CommitLineData
b7cdc182 1/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
9f36eaed 2 *
17baffe2
MD
3 * wrapper/inline_memcpy.h
4 *
886d51a3 5 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
17baffe2
MD
6 */
7
f3bc08c5
MD
8#if !defined(__HAVE_ARCH_INLINE_MEMCPY) && !defined(inline_memcpy)
9#define inline_memcpy memcpy
10#endif
This page took 0.037169 seconds and 4 git commands to generate.