summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/shared/cache/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/mips/shared/cache/cache.c')
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/cache.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/mips/shared/cache/cache.c b/c/src/lib/libcpu/mips/shared/cache/cache.c
new file mode 100644
index 0000000000..9af01feffd
--- /dev/null
+++ b/c/src/lib/libcpu/mips/shared/cache/cache.c
@@ -0,0 +1,10 @@
+/*
+ * Cache Management Support Routines for the MIPS
+ *
+ * $Id$
+ */
+
+#include <rtems.h>
+#include "cache_.h"
+
+/* TBD */