// SPDX-License-Identifier: MIT /* * Atomic exchange operations for the Digital VAX architecture. Let GCC do it. */ #ifndef _URCU_ARCH_UATOMIC_VAX_H #define _URCU_ARCH_UATOMIC_VAX_H #include #include #ifdef __cplusplus extern "C" { #endif #define UATOMIC_HAS_ATOMIC_BYTE #define UATOMIC_HAS_ATOMIC_SHORT #ifdef __cplusplus } #endif #include #endif /* _URCU_ARCH_UATOMIC_VAX_H */