summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 11:48:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:30 +0200
commit6ddbcbcd51a3de512a2ef9af010d3a0f331c4af1 (patch)
treed844e3e7d1693399df6c684143b7fd865e5d281e /cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add or1k CPU architecture group (diff)
downloadrtems-6ddbcbcd51a3de512a2ef9af010d3a0f331c4af1.tar.bz2
doxygen: score: Add powerpc CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h')
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
index 4a2f5adedb..bd23602827 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
@@ -22,6 +22,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUPowerPC PowerPC
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief PowerPC Architecture Support
+ *
+ * @{
+ */
+
/* Exception stack frame -> BSP_Exception_frame */
#ifdef __powerpc64__
#define FRAME_LINK_SPACE 32
@@ -258,4 +268,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */