summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/include/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc64/include/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/sparc64/include/rtems/asm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc64/include/rtems/asm.h b/cpukit/score/cpu/sparc64/include/rtems/asm.h
index f4448b03a5..6983e3311d 100644
--- a/cpukit/score/cpu/sparc64/include/rtems/asm.h
+++ b/cpukit/score/cpu/sparc64/include/rtems/asm.h
@@ -40,6 +40,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUSPARC64ASM SPARC64 Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUSPARC64
+ *
+ * @brief SPARC64 Assembler Support
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -101,3 +111,5 @@
#define EXTERN(sym) .globl SYM (sym)
#endif
+
+/** @} */