forked from Imagelibrary/rtems
Add c++ guard to header.
This commit is contained in:
committed by
Sebastian Huber
parent
b71336c6e5
commit
5e45d363f2
@@ -53,6 +53,10 @@
|
|||||||
/* address modifiers & friends */
|
/* address modifiers & friends */
|
||||||
#include <bsp/vme_am_defs.h>
|
#include <bsp/vme_am_defs.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* VME related declarations */
|
/* VME related declarations */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -113,4 +117,8 @@ BSP_VMEInboundPortsShow(FILE *f);
|
|||||||
void
|
void
|
||||||
BSP_VMEResetBus(void);
|
BSP_VMEResetBus(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user