1 // SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2 // SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
4 // SPDX-License-Identifier: LGPL-2.1-or-later
10 * Userspace RCU header
12 * LGPL-compatible code should include this header with :
14 * #define _LGPL_SOURCE
17 * IBM's contributions to this file may be relicensed under LGPLv2 or later.
20 #if !defined(RCU_MEMBARRIER) && !defined(RCU_SIGNAL) && !defined(RCU_MB)
21 #define RCU_MEMBARRIER
25 #include <urcu/urcu-memb.h>
26 #elif defined(RCU_SIGNAL)
27 #include <urcu/urcu-signal.h>
29 #include <urcu/urcu-mb.h>
31 #error "Unknown urcu flavor"
This page took 0.029743 seconds and 4 git commands to generate.