summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 11:25:44 +0100
committerAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 12:02:30 +0200
commitf2e282dd4b5884f25bdff2db92e58b302d78245b (patch)
tree7a8c6031d5182fa435fe59cf0ccca540c3f2e2e6 /cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add m68k CPU architecture group (diff)
downloadrtems-f2e282dd4b5884f25bdff2db92e58b302d78245b.tar.bz2
doxygen: score: Add Moxie CPU architecture group
Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
index 78b87ef981..9c81cb6193 100644
--- a/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUMoxie Moxie
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief Moxie Architecture Support
+ *
+ * @{
+ */
+
#define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM
@@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */