API prefix standardization: urcu_ -> rcu_
[urcu.git] / urcu / arch_ppc.h
index 12b018eef7d90276524d56e8606ab3786e615a0b..c1762ae2d8dd3385b793f2df95a248695f7593c7 100644 (file)
 #include <urcu/compiler.h>
 #include <urcu/config.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif 
+
 #define CONFIG_HAVE_MEM_COHERENCY
 
 /* Include size of POWER5+ L3 cache lines: 256 bytes */
@@ -53,7 +57,7 @@
 #define rmc()  barrier()
 #define wmc()  barrier()
 
-#ifdef CONFIG_URCU_SMP
+#ifdef CONFIG_RCU_SMP
 #define smp_mb()       mb()
 #define smp_rmb()      rmb()
 #define smp_wmb()      wmb()
@@ -115,4 +119,8 @@ static inline cycles_t get_cycles (void)
        }
 }
 
+#ifdef __cplusplus 
+}
+#endif
+
 #endif /* _URCU_ARCH_PPC_H */
This page took 0.023686 seconds and 4 git commands to generate.