rtems: Move extern "C" in <rtems.h>

Do not cover the includes with an extern "C".
This commit is contained in:
Sebastian Huber
2014-05-09 10:08:29 +02:00
parent 3a3869c449
commit 6339cd2de2

View File

@@ -26,10 +26,6 @@
*/
/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
@@ -64,6 +60,10 @@ extern "C" {
#include <rtems/rtems/support.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Returns the pointer to the RTEMS version string.
*/