summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/init.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 12:10:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 13:18:18 +0100
commit2c8b87f99859cf2c0c41f1c86272a7cccad9d511 (patch)
tree73a6c49230d01256e39f86e9f1d95024cf608dfb /cpukit/include/rtems/init.h
parentsmall typo (diff)
downloadrtems-2c8b87f99859cf2c0c41f1c86272a7cccad9d511.tar.bz2
rtems: Move includes out of extern "C" scope
Diffstat (limited to 'cpukit/include/rtems/init.h')
-rw-r--r--cpukit/include/rtems/init.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/init.h b/cpukit/include/rtems/init.h
index fa3108ea50..86b1408d64 100644
--- a/cpukit/include/rtems/init.h
+++ b/cpukit/include/rtems/init.h
@@ -28,14 +28,14 @@
#ifndef _RTEMS_INIT_H
#define _RTEMS_INIT_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <rtems/rtems/types.h>
#include <rtems/config.h>
#include <rtems/rtems/intr.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/**
* @brief Initializes the system and starts multitasking.
*