summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/extension.h')
-rw-r--r--cpukit/include/rtems/extension.h12
1 files changed, 4 insertions, 8 deletions
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 <rtems/score/object.h>
-#include <rtems/score/userext.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
+#include <rtems/score/userext.h>
#ifdef __cplusplus
extern "C" {
#endif
-typedef struct {
- Objects_Control Object;
- User_extensions_Control Extension;
-} Extension_Control;
-
typedef User_extensions_routine
rtems_extension RTEMS_DEPRECATED;