summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/nios2-utility.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h b/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
index b99dd02cd2..078484fe6b 100644
--- a/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
+++ b/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
@@ -1,3 +1,8 @@
+/**
+ * @file
+ *
+ * @brief NIOS II Utility
+ */
/*
* Copyright (c) 2011 embedded brains GmbH. All rights reserved.
*
@@ -496,9 +501,8 @@ static inline void _Nios2_MPU_Restore( uint32_t config )
_Nios2_Set_ctlreg_config( config );
}
-/*
- * @brief Nios2 MPU Disable Protected
- *
+/**
+ * @brief Nios2 MPU disable protected.
*/
uint32_t _Nios2_MPU_Disable_protected( void );