summaryrefslogtreecommitdiff
path: root/include/or1k/generic_or1k/libcpu/cache_.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/or1k/generic_or1k/libcpu/cache_.h')
-rw-r--r--include/or1k/generic_or1k/libcpu/cache_.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/or1k/generic_or1k/libcpu/cache_.h b/include/or1k/generic_or1k/libcpu/cache_.h
new file mode 100644
index 0000000000..0ea939f847
--- /dev/null
+++ b/include/or1k/generic_or1k/libcpu/cache_.h
@@ -0,0 +1,12 @@
+/*
+ * or1k Cache Manager Support
+ */
+
+#ifndef __OR1K_CACHE_H
+#define __OR1K_CACHE_H
+
+#include <bsp/cache_.h>
+#include <libcpu/cache.h>
+
+#endif
+/* end of include file */