1 // SPDX-FileCopyrightText: 2010 Paolo Bonzini <pbonzini@redhat.com>
3 // SPDX-License-Identifier: MIT
5 #ifndef _URCU_UATOMIC_ARCH_ALPHA_H
6 #define _URCU_UATOMIC_ARCH_ALPHA_H
9 * Atomic exchange operations for the Alpha architecture. Let GCC do it.
12 #include <urcu/compiler.h>
13 #include <urcu/system.h>
14 #include <urcu/uatomic/generic.h>
16 #endif /* _URCU_UATOMIC_ARCH_ALPHA_H */
This page took 0.032988 seconds and 4 git commands to generate.