// SPDX-FileCopyrightText: 2016 Marek Vasut // // SPDX-License-Identifier: MIT #ifndef _URCU_UATOMIC_ARCH_NIOS2_H #define _URCU_UATOMIC_ARCH_NIOS2_H /* * Atomic exchange operations for the NIOS2 architecture. Let GCC do it. */ #include #include #include #endif /* _URCU_UATOMIC_ARCH_NIOS2_H */