summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/cache.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/cache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/cache.h b/cpukit/rtems/include/rtems/rtems/cache.h
index 2c266c5774..95cf14f741 100644
--- a/cpukit/rtems/include/rtems/rtems/cache.h
+++ b/cpukit/rtems/include/rtems/rtems/cache.h
@@ -1,6 +1,8 @@
/**
* @file rtems/rtems/cache.h
*
+ * @brief Functionality Associated with the Cache Manager
+ *
* Cache Manager
*/
@@ -152,7 +154,7 @@ void rtems_cache_disable_instruction( void );
* integral number of cache blocks.
*/
void *rtems_cache_aligned_malloc ( size_t nbytes );
-
+
#ifdef __cplusplus
}
#endif