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 * TO BE INCLUDED ONLY IN CODE THAT IS TO BE RECOMPILED ON EACH LIBURCU
13 * RELEASE. See urcu.h for linking dynamically with the userspace rcu library.
15 * IBM's contributions to this file may be relicensed under LGPLv2 or later.
18 /* Default is RCU_MEMBARRIER */
19 #if !defined(RCU_MEMBARRIER) && !defined(RCU_MB) && !defined(RCU_SIGNAL)
20 #define RCU_MEMBARRIER
24 #include <urcu/static/urcu-memb.h>
28 #include <urcu/static/urcu-mb.h>
32 #include <urcu/static/urcu-signal.h>
35 #endif /* _URCU_STATIC_H */
This page took 0.032078 seconds and 5 git commands to generate.