summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/include/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/lm32/include/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/lm32/include/rtems/asm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/score/cpu/lm32/include/rtems/asm.h b/cpukit/score/cpu/lm32/include/rtems/asm.h
index 15046df81c..312602491c 100644
--- a/cpukit/score/cpu/lm32/include/rtems/asm.h
+++ b/cpukit/score/cpu/lm32/include/rtems/asm.h
@@ -39,6 +39,15 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/lm32.h>
+/**
+ * @defgroup RTEMSScoreCPUlm32ASM lm32 Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUlm32
+ *
+ * @brief LatticeMicro32 (lm32) Assembler Support
+ */
+/**@{**/
+
#ifndef __USER_LABEL_PREFIX__
/**
* Recent versions of GNU cpp define variables which indicate the
@@ -124,4 +133,6 @@
*/
#define EXTERN(sym) .globl SYM (sym)
+/**@}**/
+
#endif