1 // 2 // SPDX-License-Identifier: MIT 3 4 /* 5 * Atomic exchange operations for the SuperH 3 architecture. Let GCC do it. 6 */ 7 8 #ifndef _URCU_ARCH_UATOMIC_SH3_H 9 #define _URCU_ARCH_UATOMIC_SH3_H 10 11 #include <urcu/compiler.h> 12 #include <urcu/system.h> 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 17 18 #ifdef __cplusplus 19 } 20 #endif 21 22 #include <urcu/uatomic/generic.h> 23 24 #endif /* _URCU_ARCH_UATOMIC_SH3_H */ 25