[PATCH 13/25] score: Add SuperH CPU architecture group

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Mar 29 10:52:58 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

Update #3706.
---
 cpukit/score/cpu/sh/include/rtems/asm.h           | 10 ++++++++++
 cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/cpukit/score/cpu/sh/include/rtems/asm.h b/cpukit/score/cpu/sh/include/rtems/asm.h
index ac730310cd..a2b42647e5 100644
--- a/cpukit/score/cpu/sh/include/rtems/asm.h
+++ b/cpukit/score/cpu/sh/include/rtems/asm.h
@@ -55,6 +55,16 @@
 #include <rtems/score/cpuopts.h>
 #include <rtems/score/sh.h>
 
+/**
+ * @defgroup RTEMSScoreCPUshASM SuperH (sh) Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUsh
+ *
+ * @brief SuperH (sh) Assembler Support
+ *
+ * @{
+ */
+
 /*
  *  Recent versions of GNU cpp define variables which indicate the
  *  need for underscores and percents.  If not using GNU cpp or
diff --git a/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
index 78b87ef981..6dcbc00f6b 100644
--- a/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
 
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUsh SuperH (sh)
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief SuperH (sh) Architecture Support
+ *
+ * @{
+ */
+
 #define CPU_PER_CPU_CONTROL_SIZE 0
 
 #ifndef ASM
-- 
2.16.4




More information about the devel mailing list