summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/shared/cache/cache_.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/mips/shared/cache/cache_.h')
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/cache_.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/mips/shared/cache/cache_.h b/c/src/lib/libcpu/mips/shared/cache/cache_.h
new file mode 100644
index 0000000000..d51c4ee075
--- /dev/null
+++ b/c/src/lib/libcpu/mips/shared/cache/cache_.h
@@ -0,0 +1,13 @@
+/*
+ * MIPS Cache Manager Support
+ */
+
+#ifndef __MIPS_CACHE_h
+#define __MIPS_CACHE_h
+
+#include <libcpu/cache.h>
+
+/* TBD */
+
+#endif
+/* end of include file */