summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score/bfin.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-08 13:36:13 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-08 13:36:58 -0600
commit4f5740fd6cf79a6a000191a81e5297bc515eb9d7 (patch)
tree4007c35db32e4741cdcb1cca0778852566f549d8 /cpukit/score/cpu/bfin/rtems/score/bfin.h
parentleon3: disable unused ISR handler (diff)
downloadrtems-4f5740fd6cf79a6a000191a81e5297bc515eb9d7.tar.bz2
score: Doxygen Clean Up Task #16
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/bfin.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/bfin.h b/cpukit/score/cpu/bfin/rtems/score/bfin.h
index 9eda79fd2d..2907840680 100644
--- a/cpukit/score/cpu/bfin/rtems/score/bfin.h
+++ b/cpukit/score/cpu/bfin/rtems/score/bfin.h
@@ -1,10 +1,16 @@
-/* bfin.h
+/**
+ * @file
*
- * This file sets up basic CPU dependency settings based on
- * compiler settings. For example, it can determine if
- * floating point is available. This particular implementation
- * is specified to the Blackfin port.
+ * @brief Blackfin Set up Basic CPU Dependency Settings Based on
+ * Compiler Settings
*
+ * This file sets up basic CPU dependency settings based on
+ * compiler settings. For example, it can determine if
+ * floating point is available. This particular implementation
+ * is specified to the Blackfin port.
+ */
+
+/*
*
* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).