summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/include/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/include/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/asm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/include/rtems/asm.h b/cpukit/score/cpu/powerpc/include/rtems/asm.h
index 5bf307b622..27af64e724 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/asm.h
@@ -42,6 +42,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/powerpc.h>
+/**
+ * @defgroup RTEMSScoreCPUPowerPCASM PowerPC Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUPowerPC
+ *
+ * @brief PowerPC Assembler Support
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -302,3 +312,5 @@ SYM (x):; \
#endif
#endif
+
+/** @} */