summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-27 10:59:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:31 +0200
commit2a50f875cacefe45ed28c6e44accec61b3c62429 (patch)
tree66324a98d58dac56eee56cb443bce11608b2b1eb /cpukit/score/cpu
parentdoxygen: score: Add SPARC CPU architecture group (diff)
downloadrtems-2a50f875cacefe45ed28c6e44accec61b3c62429.tar.bz2
doxygen: score: Add SPARC64 CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/sparc64/include/rtems/asm.h12
-rw-r--r--cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h10
2 files changed, 22 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc64/include/rtems/asm.h b/cpukit/score/cpu/sparc64/include/rtems/asm.h
index f4448b03a5..6983e3311d 100644
--- a/cpukit/score/cpu/sparc64/include/rtems/asm.h
+++ b/cpukit/score/cpu/sparc64/include/rtems/asm.h
@@ -40,6 +40,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUSPARC64ASM SPARC64 Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUSPARC64
+ *
+ * @brief SPARC64 Assembler Support
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -101,3 +111,5 @@
#define EXTERN(sym) .globl SYM (sym)
#endif
+
+/** @} */
diff --git a/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
index fab09bb15b..e137756e62 100644
--- a/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUSPARC64 SPARC64
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief SPARC64 Architecture Support
+ *
+ * @{
+ */
+
#define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM