summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-27 11:17:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:31 +0200
commit95c760301d125e8e134f998e53d79c0b58c624fc (patch)
tree5003e4eaf59a40faa27f086f1c8e98e9b30093f8 /cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add V850 CPU architecture group (diff)
downloadrtems-95c760301d125e8e134f998e53d79c0b58c624fc.tar.bz2
doxygen: score: Add x86-64 CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h')
-rw-r--r--cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h12
1 files changed, 12 insertions, 0 deletions
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 a3a40faf66..1730799952 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 */