summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/asm.h
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2010-04-08 10:13:46 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2010-04-08 10:13:46 +0000
commit78623bce98d56f7b32e56bd4c8cd1642b972db01 (patch)
treee54736bfe815802f8ae4676023b00923e11dd8e3 /cpukit/score/cpu/arm/rtems/asm.h
parentRegenerate. (diff)
downloadrtems-78623bce98d56f7b32e56bd4c8cd1642b972db01.tar.bz2
add/adapt documentation
Diffstat (limited to 'cpukit/score/cpu/arm/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/asm.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h
index f8b027cf1b..9d56c514a6 100644
--- a/cpukit/score/cpu/arm/rtems/asm.h
+++ b/cpukit/score/cpu/arm/rtems/asm.h
@@ -1,6 +1,12 @@
/**
- * @file rtems/asm.h
+ * @file
*
+ * @ingroup ScoreCPU
+ *
+ * @brief ARM assembler support API.
+ */
+
+/*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
@@ -42,6 +48,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/arm.h>
+/**
+ * @defgroup ScoreCPUARMASM ARM Assembler Support
+ *
+ * @ingroup ScoreCPU
+ *
+ * @brief ARM assembler support.
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -157,4 +173,6 @@
#endif /* __thumb__ */
.endm
+/** @} */
+
#endif /* _RTEMS_ASM_H */