summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/init.h
diff options
context:
space:
mode:
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.
*