summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/asm.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 08:25:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 08:25:23 +0000
commitb8ed8a9f5260e3d97a571d21faa470249c918dc3 (patch)
tree61c0dc4dacdad11a9df6dcd766743f14f427b512 /cpukit/score/cpu/arm/asm.h
parent2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b8ed8a9f5260e3d97a571d21faa470249c918dc3.tar.bz2
2004-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
Diffstat (limited to 'cpukit/score/cpu/arm/asm.h')
-rw-r--r--cpukit/score/cpu/arm/asm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/asm.h b/cpukit/score/cpu/arm/asm.h
index 058697def3..d1440f33dd 100644
--- a/cpukit/score/cpu/arm/asm.h
+++ b/cpukit/score/cpu/arm/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