700c2d799cf001172104b316f310967d71c5c14e
[lttng-modules.git] / 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.0282 seconds and 3 git commands to generate.