summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/asm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h
index 058697def3..d1440f33dd 100644
--- a/cpukit/score/cpu/arm/rtems/asm.h
+++ b/cpukit/score/cpu/arm/rtems/asm.h
@@ -1,4 +1,5 @@
-/* asm.h
+/**
+ * @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -9,7 +10,9 @@
*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
- *
+ */
+
+/*
* COPYRIGHT:
*
* This file is based on similar code found in newlib available