X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=c1762ae2d8dd3385b793f2df95a248695f7593c7;hb=14714b51fd19da8d72a3eb3367c2e52615b3baf3;hp=12b018eef7d90276524d56e8606ab3786e615a0b;hpb=49617de1d80d771ac9a1d45b1710b16fac65e0aa;p=urcu.git diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 12b018e..c1762ae 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -25,6 +25,10 @@ #include #include +#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 */