// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation. // SPDX-FileCopyrightText: 2009 Mathieu Desnoyers // // SPDX-License-Identifier: LGPL-2.1-or-later /* * Userspace RCU header -- name mapping to allow multiple flavors to be * used in the same executable. * * LGPL-compatible code should include this header with : * * #define _LGPL_SOURCE * #include * * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ #ifdef RCU_MEMBARRIER #include #elif defined(RCU_MB) #include #else #error "Undefined selection" #endif