2011-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* new-exceptions/bspsupport/vectors.h: Add extern "C" {}.
This commit is contained in:
Ralf Corsepius
2011-02-17 03:30:08 +00:00
parent 3c4d8cd15e
commit 0f7b6eff46
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* new-exceptions/bspsupport/vectors.h: Add extern "C" {}.
2011-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de> 2011-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/include/powerpc-utility.h: Fixed LINKER_SYMBOL() for * shared/include/powerpc-utility.h: Fixed LINKER_SYMBOL() for

View File

@@ -39,6 +39,10 @@
#include <libcpu/powerpc-utility.h> #include <libcpu/powerpc-utility.h>
#ifdef __cplusplus
extern "C" {
#endif
/** /**
* @defgroup ppc_exc PowerPC Exceptions * @defgroup ppc_exc PowerPC Exceptions
* *
@@ -506,4 +510,8 @@ typedef exception_handler_t cpuExcHandlerType;
#endif /* ASM */ #endif /* ASM */
#ifdef __cplusplus
}
#endif
#endif /* LIBCPU_VECTORS_H */ #endif /* LIBCPU_VECTORS_H */