summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64/include/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/x86_64/include/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/x86_64/include/rtems/asm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/x86_64/include/rtems/asm.h b/cpukit/score/cpu/x86_64/include/rtems/asm.h
index c11997219d..f60237b91a 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
+
+/** @} */