From 833eeae35872ab0f3aa31ab9c7d01e365ac646de Mon Sep 17 00:00:00 2001 From: Daron Chabot Date: Wed, 15 May 2013 11:46:37 -0400 Subject: Add c++ guard to header. --- c/src/lib/libbsp/shared/vmeUniverse/VME.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/c/src/lib/libbsp/shared/vmeUniverse/VME.h b/c/src/lib/libbsp/shared/vmeUniverse/VME.h index 886994bad4..372db9795c 100644 --- a/c/src/lib/libbsp/shared/vmeUniverse/VME.h +++ b/c/src/lib/libbsp/shared/vmeUniverse/VME.h @@ -54,6 +54,10 @@ /* address modifiers & friends */ #include +#ifdef __cplusplus +extern "C" { +#endif + /* VME related declarations */ /* @@ -114,4 +118,8 @@ BSP_VMEInboundPortsShow(FILE *f); void BSP_VMEResetBus(void); +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3