33150cdb5b5edc9692469e15520aab5ec3e588e4
[lttng-modules.git] / wrapper / inline_memcpy.h
1 /*
2 * wrapper/inline_memcpy.h
3 *
4 * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * Dual LGPL v2.1/GPL v2 license.
7 */
8
9 #if !defined(__HAVE_ARCH_INLINE_MEMCPY) && !defined(inline_memcpy)
10 #define inline_memcpy memcpy
11 #endif
This page took 0.029052 seconds and 3 git commands to generate.