summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-27 10:50:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:31 +0200
commit25afa79a77757752ebee372079103a1025345d18 (patch)
treec102779125ce6880520e41cdf2d01b556a22af8f /cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add SuperH CPU architecture group (diff)
downloadrtems-25afa79a77757752ebee372079103a1025345d18.tar.bz2
doxygen: score: Add SPARC CPU architecture group
Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
index 7c31501f25..a99da74fa9 100644
--- a/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
@@ -18,6 +18,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUSPARC SPARC
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief SPARC Architecture Support
+ *
+ * @{
+ */
+
/** This defines the size of the minimum stack frame. */
#define SPARC_MINIMUM_STACK_FRAME_SIZE 0x60
@@ -166,4 +176,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */