summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/asm.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/asm.h b/cpukit/score/cpu/no_cpu/rtems/asm.h
index c97b616c9e..5b0ae5a65e 100644
--- a/cpukit/score/cpu/no_cpu/rtems/asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/asm.h
@@ -1,12 +1,14 @@
-/* asm.h
+/**
+ * @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
- *
- *
+ */
+
+/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*