Update licensing info
[lttng-modules.git] / wrapper / inline_memcpy.h
CommitLineData
17baffe2
MD
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
f3bc08c5
MD
9#if !defined(__HAVE_ARCH_INLINE_MEMCPY) && !defined(inline_memcpy)
10#define inline_memcpy memcpy
11#endif
This page took 0.023051 seconds and 4 git commands to generate.