From 2c8b87f99859cf2c0c41f1c86272a7cccad9d511 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Nov 2018 12:10:41 +0100 Subject: rtems: Move includes out of extern "C" scope --- cpukit/include/rtems/extension.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/include/rtems/extension.h') diff --git a/cpukit/include/rtems/extension.h b/cpukit/include/rtems/extension.h index f22abf7f18..cfbf061677 100644 --- a/cpukit/include/rtems/extension.h +++ b/cpukit/include/rtems/extension.h @@ -16,15 +16,15 @@ #ifndef _RTEMS_EXTENSION_H #define _RTEMS_EXTENSION_H -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include #include +#ifdef __cplusplus +extern "C" { +#endif + typedef struct { Objects_Control Object; User_extensions_Control Extension; -- cgit v1.2.3