1 // SPDX-FileCopyrightText: 2014 Helge Deller <deller (at) gmx.de> 2 // 3 // SPDX-License-Identifier: LGPL-2.1-or-later 4 5 #ifndef _URCU_ARCH_UATOMIC_HPPA_H 6 #define _URCU_ARCH_UATOMIC_HPPA_H 7 8 #include <urcu/compiler.h> 9 #include <urcu/system.h> 10 11 #define UATOMIC_HAS_ATOMIC_SHORT 12 #include <urcu/uatomic/generic.h> 13 14 #endif /* _URCU_ARCH_UATOMIC_HPPA_H */ 15