// SPDX-FileCopyrightText: 2010 Paolo Bonzini <pbonzini@redhat.com>
//
// SPDX-License-Identifier: MIT

#ifndef _URCU_UATOMIC_ARCH_ALPHA_H
#define _URCU_UATOMIC_ARCH_ALPHA_H

/*
 * Atomic exchange operations for the Alpha architecture. Let GCC do it.
 */

#include <urcu/compiler.h>
#include <urcu/system.h>
#include <urcu/uatomic/generic.h>

#endif /* _URCU_UATOMIC_ARCH_ALPHA_H */
