summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/include/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m68k/include/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/m68k/include/rtems/asm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m68k/include/rtems/asm.h b/cpukit/score/cpu/m68k/include/rtems/asm.h
index cbd2a7f8b2..a3e22b2133 100644
--- a/cpukit/score/cpu/m68k/include/rtems/asm.h
+++ b/cpukit/score/cpu/m68k/include/rtems/asm.h
@@ -39,6 +39,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUm68kASM m68k Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUm68k
+ *
+ * @brief Motorola 68000 and NXP ColdFire (m68k) Assembler Support
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -149,4 +159,6 @@
#define PUBLIC(sym) .globl SYM (sym)
#define EXTERN(sym) .globl SYM (sym)
+/** @} */
+
#endif