Add extern "C" to support linking userspace RCU library with C++ applications
[urcu.git] / urcu / arch_x86.h
index f137a16d841c48e3c663a645286137ffe2114a04..b3f29625142490530b3a813186bb094b069abdb5 100644 (file)
 #include <urcu/compiler.h>
 #include <urcu/config.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif 
+
 #define CONFIG_HAVE_MEM_COHERENCY
 
 #define CACHE_LINE_SIZE        128
@@ -125,4 +129,8 @@ static inline cycles_t get_cycles(void)
         return ret;
 }
 
+#ifdef __cplusplus 
+}
+#endif
+
 #endif /* _URCU_ARCH_X86_H */
This page took 0.022685 seconds and 4 git commands to generate.