summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/no_cpu/include')
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h12
2 files changed, 14 insertions, 2 deletions
diff --git a/cpukit/score/cpu/no_cpu/include/rtems/asm.h b/cpukit/score/cpu/no_cpu/include/rtems/asm.h
index 58da34cd1b..661c622548 100644
--- a/cpukit/score/cpu/no_cpu/include/rtems/asm.h
+++ b/cpukit/score/cpu/no_cpu/include/rtems/asm.h
@@ -29,9 +29,9 @@
#define _RTEMS_ASM_H
/**
- * @defgroup no_cpuAsm Address Incompatible Flavors Problems
+ * @defgroup RTEMSScoreCPUExampleASM Example Assembler Support
*
- * @ingroup no_cpu
+ * @ingroup RTEMSScoreCPUExample
*/
/**@{*/
diff --git a/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
index 86d0ace0f3..cee40e1ea4 100644
--- a/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
@@ -18,6 +18,16 @@
#include <rtems/score/cpu.h>
/**
+ * @defgroup RTEMSScoreCPUExample Example
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief Example CPU Architecture Support.
+ *
+ * @{
+ */
+
+/**
* @brief The size of the CPU specific per-CPU control.
*
* This define must be visible to assember files since it is used to derive
@@ -130,4 +140,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */