[rtems commit] doxygen: score: Add x86-64 CPU architecture group

Sebastian Huber sebh at rtems.org
Tue Apr 2 05:31:47 UTC 2019


Module:    rtems
Branch:    master
Commit:    95c760301d125e8e134f998e53d79c0b58c624fc
Changeset: http://git.rtems.org/rtems/commit/?id=95c760301d125e8e134f998e53d79c0b58c624fc

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Wed Mar 27 11:17:16 2019 +0100

doxygen: score: Add x86-64 CPU architecture group

Update #3706.

---

 cpukit/score/cpu/x86_64/include/rtems/asm.h           | 12 ++++++++++++
 cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/cpukit/score/cpu/x86_64/include/rtems/asm.h b/cpukit/score/cpu/x86_64/include/rtems/asm.h
index c119972..f60237b 100644
--- a/cpukit/score/cpu/x86_64/include/rtems/asm.h
+++ b/cpukit/score/cpu/x86_64/include/rtems/asm.h
@@ -41,6 +41,16 @@
 #include <rtems/score/cpuopts.h>
 #include <rtems/score/x86_64.h>
 
+/**
+ * @defgroup RTEMSScoreCPUx86-64ASM x86-64 Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUx86-64
+ *
+ * @brief x86-64 Assembler Support
+ *
+ * @{
+ */
+
 #ifndef __USER_LABEL_PREFIX__
 /**
  *  Recent versions of GNU cpp define variables which indicate the
@@ -142,3 +152,5 @@
 #define EXTERN(sym) .globl SYM (sym)
 
 #endif
+
+/** @} */
diff --git a/cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h
index a3a40fa..1730799 100644
--- a/cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h
@@ -20,6 +20,16 @@
 
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUx86-64 x86-64
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief x86-64 Architecture Support
+ *
+ * @{
+ */
+
 #define CPU_PER_CPU_CONTROL_SIZE 0
 
 #ifndef ASM
@@ -56,4 +66,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
 
 #endif /* !ASM */
 
+/** @} */
+
 #endif /* _RTEMS_SCORE_CPUIMPL_H */




More information about the vc mailing list