1 // SPDX-FileCopyrightText: 2017 Michael Jeanson <mjeanson@efficios.com>
3 // SPDX-License-Identifier: MIT
6 * Atomic exchange operations for the m68k architecture. Let GCC do it.
9 #ifndef _URCU_ARCH_UATOMIC_M68K_H
10 #define _URCU_ARCH_UATOMIC_M68K_H
12 #include <urcu/compiler.h>
13 #include <urcu/system.h>
19 #define UATOMIC_HAS_ATOMIC_BYTE
20 #define UATOMIC_HAS_ATOMIC_SHORT
26 #include <urcu/uatomic/generic.h>
28 #endif /* _URCU_ARCH_UATOMIC_M68K_H */
This page took 0.030461 seconds and 4 git commands to generate.