summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 09:02:04 +0100
committerAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 12:02:29 +0200
commitd670ef99c06c0806d4659a06818287ba0abd7aab (patch)
treec3e675c3733ef16e9d52cd298b21e0d9427f018e /cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add Epiphany CPU architecture group (diff)
downloadrtems-d670ef99c06c0806d4659a06818287ba0abd7aab.tar.bz2
doxygen: score: Add i386 CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h')
-rw-r--r--cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h
index 78b87ef981..a89b1fedfb 100644
--- a/cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUi386 i386
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief i386 Architecture Support
+ *
+ * @{
+ */
+
#define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM
@@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */