Add c++ guard to header.

This commit is contained in:
Daron Chabot
2013-05-15 11:46:37 -04:00
committed by Sebastian Huber
parent b71336c6e5
commit 5e45d363f2

View File

@@ -53,6 +53,10 @@
/* address modifiers & friends */
#include <bsp/vme_am_defs.h>
#ifdef __cplusplus
extern "C" {
#endif
/* VME related declarations */
/*
@@ -113,4 +117,8 @@ BSP_VMEInboundPortsShow(FILE *f);
void
BSP_VMEResetBus(void);
#ifdef __cplusplus
}
#endif
#endif