summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/or1k/shared/cache/cache_.h
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2014-08-22 15:20:47 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-25 11:12:20 -0500
commiteeea9e30a2c5d3ea01e9fc13202fa77e22bd0f02 (patch)
treec02a23a0e2617af3c86967a65473ce907b7545da /c/src/lib/libcpu/or1k/shared/cache/cache_.h
parentsptests/spcache01: Make inline assembly conditional to account for OpenRISC l... (diff)
downloadrtems-eeea9e30a2c5d3ea01e9fc13202fa77e22bd0f02.tar.bz2
libcpu: Add new entry for or1k cpu and include cache manager stubs.
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 */