Cleanup: Move wrapper/ headers to include/wrapper/
[lttng-modules.git] / include / wrapper / inline_memcpy.h
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.029991 seconds and 4 git commands to generate.