62fd5f68fc028384c063f41017ff32d4ca62b614
1 // SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
2 // SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 // SPDX-License-Identifier: LGPL-2.1-or-later
7 * Userspace RCU header -- name mapping to allow multiple flavors to be
8 * used in the same executable.
10 * LGPL-compatible code should include this header with :
12 * #define _LGPL_SOURCE
15 * IBM's contributions to this file may be relicensed under LGPLv2 or later.
19 #include <urcu/map/urcu-memb.h>
20 #elif defined(RCU_SIGNAL)
21 #include <urcu/map/urcu-signal.h>
23 #include <urcu/map/urcu-mb.h>
25 #error "Undefined selection"
This page took 0.030249 seconds and 4 git commands to generate.