summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-02 11:27:31 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-02 11:27:31 -0600
commitd9e0006dee876a691eb4846f6685d6eef03b64e5 (patch)
treeeb4cc966ba022a9ef65721f863c3108b8174d23a /cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
parentsptests/spintrcritical16: Fix NULL pointer access (diff)
downloadrtems-d9e0006dee876a691eb4846f6685d6eef03b64e5.tar.bz2
score: Doxygen Clean Up Task #5
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
index e3797a93f9..94dfdc11e8 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
@@ -1,11 +1,15 @@
/**
- * @file rtems/score/cpu_asm.h
+ * @file
+ *
+ * @brief No-CPU Assembly File
+ *
+ * Very loose template for an include file for the cpu_asm.? file
+ * if it is implemented as a ".S" file (preprocessed by cpp) instead
+ * of a ".s" file (preprocessed by gm4 or gasp).
*/
/*
- * Very loose template for an include file for the cpu_asm.? file
- * if it is implemented as a ".S" file (preprocessed by cpp) instead
- * of a ".s" file (preprocessed by gm4 or gasp).
+ *
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).