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