Commit | Line | Data |
---|---|---|
13e0bc72 HD |
1 | #ifndef _URCU_ARCH_UATOMIC_HPPA_H |
2 | #define _URCU_ARCH_UATOMIC_HPPA_H | |
3 | ||
4 | #include <urcu/compiler.h> | |
5 | #include <urcu/system.h> | |
6 | ||
7 | #define UATOMIC_HAS_ATOMIC_SHORT | |
8 | #include <urcu/uatomic/generic.h> | |
9 | ||
10 | #endif /* _URCU_ARCH_UATOMIC_HPPA_H */ |