master
h 9 lines 175 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_ATOMICS_H
4 #define NETDATA_ATOMICS_H
5
6 #include "atomic_flags.h"
7 #include "refcount.h"
8
9 #endif //NETDATA_ATOMICS_H