Commit | Line | Data |
---|---|---|
d3d3857f MJ |
1 | // SPDX-FileCopyrightText: 2014 Helge Deller <deller@gmx.de> |
2 | // | |
3 | // SPDX-License-Identifier: LGPL-2.1-or-later | |
4 | ||
13e0bc72 HD |
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 */ |