summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 17:36:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 17:36:42 +0000
commitc5a60819c6a85448fd118c91616232cbbd09458d (patch)
tree60b8f2a3fe9e9f1bc518a55a9cd29a1e4482c21e /c/src/lib/libcpu/shared
parent2000-10-18 Chris Johns <ccj@acm.org> (diff)
downloadrtems-c5a60819c6a85448fd118c91616232cbbd09458d.tar.bz2
2000-10-18 John Cotton <john.cotton@nrc.ca>
* shared/include/cache.h: Improved file header.
Diffstat (limited to 'c/src/lib/libcpu/shared')
-rw-r--r--c/src/lib/libcpu/shared/include/cache.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/shared/include/cache.h b/c/src/lib/libcpu/shared/include/cache.h
index 8c00cb38bd..44b092ce1f 100644
--- a/c/src/lib/libcpu/shared/include/cache.h
+++ b/c/src/lib/libcpu/shared/include/cache.h
@@ -1,5 +1,21 @@
/*
* libcpu Cache Manager Support
+ *
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
+ * The functions declared in this file are implemented for
+ * each processor in the cache.c file under libcpu/CPU/.
+ * They provide the processor specific actions to take for
+ * implementing most of the RTEMS Cache Manager directives,
+ * and should only ever be called by these directives.
+ *
+ * The API for the RTEMS Cache Manager can be found in
+ * c/src/exec/rtems/include/rtems/rtems/cache.h
*
* $Id$
*/