summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache_.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/i386/cache_.h')
-rw-r--r--c/src/lib/libcpu/i386/cache_.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/i386/cache_.h b/c/src/lib/libcpu/i386/cache_.h
new file mode 100644
index 0000000000..03ad537025
--- /dev/null
+++ b/c/src/lib/libcpu/i386/cache_.h
@@ -0,0 +1,16 @@
+/*
+ * i386 Cache Manager Wrapper
+ */
+
+#ifndef __i386_CACHE_h
+#define __i386_CACHE_h
+
+#define I386_CACHE_ALIGNMENT 16
+#define _CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
+#define _CPU_INST_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT
+
+#include <libcpu/cache_.h>
+
+#endif
+/* end of include file */
+