Commit | Line | Data |
---|---|---|
d3d3857f MJ |
1 | // SPDX-FileCopyrightText: 2010 Paolo Bonzini <pbonzini@redhat.com> |
2 | // | |
3 | // SPDX-License-Identifier: MIT | |
4 | ||
6f9d9b49 PB |
5 | #ifndef _URCU_UATOMIC_ARCH_ALPHA_H |
6 | #define _URCU_UATOMIC_ARCH_ALPHA_H | |
7 | ||
8 | /* | |
9 | * Atomic exchange operations for the Alpha architecture. Let GCC do it. | |
6f9d9b49 PB |
10 | */ |
11 | ||
12 | #include <urcu/compiler.h> | |
13 | #include <urcu/system.h> | |
a2e7bf9c | 14 | #include <urcu/uatomic/generic.h> |
6f9d9b49 PB |
15 | |
16 | #endif /* _URCU_UATOMIC_ARCH_ALPHA_H */ |