summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/rtems/score/cpu.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/nios2/rtems/score/cpu.h
parentleon3: disable unused ISR handler (diff)
downloadrtems-4f5740fd6cf79a6a000191a81e5297bc515eb9d7.tar.bz2
score: Doxygen Clean Up Task #16
Diffstat (limited to 'cpukit/score/cpu/nios2/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/cpu.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h
index 7beb4ec06f..6db6d1d46c 100644
--- a/cpukit/score/cpu/nios2/rtems/score/cpu.h
+++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief Altera Nios II CPU Department Source
+ */
+
/*
* Copyright (c) 2011 embedded brains GmbH
*
@@ -253,8 +259,8 @@ void _CPU_Initialize_vectors( void );
* _CPU_ISR_Disable(). The value is not modified.
*
* This flash code is optimal for all Nios II configurations. The rdctl does
- * not flush the pipeline and has only a late result penalty. The wrctl on the
- * other hand leads to a pipeline flush.
+ * not flush the pipeline and has only a late result penalty. The wrctl on
+ * the other hand leads to a pipeline flush.
*/
#define _CPU_ISR_Flash( _isr_cookie ) \
do { \
@@ -319,14 +325,12 @@ void _CPU_Context_Initialize(
void _CPU_Fatal_halt( uint32_t _error ) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
/**
- * @brief CPU Initialize
- *
+ * @brief CPU initialization.
*/
void _CPU_Initialize( void );
/**
- * @brief CPU ISR Install Raw Handler
- *
+ * @brief CPU ISR install raw handler.
*/
void _CPU_ISR_install_raw_handler(
uint32_t vector,
@@ -335,8 +339,7 @@ void _CPU_ISR_install_raw_handler(
);
/**
- * @brief CPU ISR Install Vector.
- *
+ * @brief CPU ISR install vector.
*/
void _CPU_ISR_install_vector(
uint32_t vector,