summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
index 8e96911a73..7f6e1f539d 100644
--- a/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
@@ -307,6 +307,14 @@ extern "C" {
/** @} */
/**
+ * @defgroup Management Management
+ *
+ * @ingroup RTEMSScoreCPUExample
+ *
+ * @brief Management
+ */
+
+/**
* @addtogroup Management
* This defines the minimal set of integer and processor state registers
* that must be saved during a voluntary context switch from one thread