// SPDX-FileCopyrightText: 2010 Paolo Bonzini // // SPDX-License-Identifier: MIT #ifndef _URCU_UATOMIC_ARCH_MIPS_H #define _URCU_UATOMIC_ARCH_MIPS_H /* * Atomic exchange operations for the MIPS architecture. Let GCC do it. */ #include #include #include #endif /* _URCU_UATOMIC_ARCH_MIPS_H */