Cleanup: Move wrapper/ headers to include/wrapper/
[lttng-modules.git] / include / wrapper / inline_memcpy.h
diff --git a/include/wrapper/inline_memcpy.h b/include/wrapper/inline_memcpy.h
new file mode 100644 (file)
index 0000000..700c2d7
--- /dev/null
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * wrapper/inline_memcpy.h
+ *
+ * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
+
+#if !defined(__HAVE_ARCH_INLINE_MEMCPY) && !defined(inline_memcpy)
+#define inline_memcpy memcpy
+#endif
This page took 0.024584 seconds and 4 git commands to generate.