From 5fc855d96059236268e9b3a93fd79f2e91a4a8e4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Nov 2018 13:17:37 +0100 Subject: rtems: Move internal structures to extensiondata.h Update #3598. --- cpukit/include/rtems/extension.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'cpukit/include/rtems/extension.h') diff --git a/cpukit/include/rtems/extension.h b/cpukit/include/rtems/extension.h index cfbf061677..da219acb33 100644 --- a/cpukit/include/rtems/extension.h +++ b/cpukit/include/rtems/extension.h @@ -1,6 +1,8 @@ /** * @file - * + * + * @ingroup ClassicUserExtensions + * * @brief User Extensions API. */ @@ -16,20 +18,14 @@ #ifndef _RTEMS_EXTENSION_H #define _RTEMS_EXTENSION_H -#include -#include #include #include +#include #ifdef __cplusplus extern "C" { #endif -typedef struct { - Objects_Control Object; - User_extensions_Control Extension; -} Extension_Control; - typedef User_extensions_routine rtems_extension RTEMS_DEPRECATED; -- cgit v1.2.3