summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/stat.h')
-rw-r--r--include/asm-x86/stat.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-x86/stat.h b/include/asm-x86/stat.h
new file mode 100644
index 0000000..3ff6b50
--- /dev/null
+++ b/include/asm-x86/stat.h
@@ -0,0 +1,13 @@
+#ifdef __KERNEL__
+# ifdef CONFIG_X86_32
+# include "stat_32.h"
+# else
+# include "stat_64.h"
+# endif
+#else
+# ifdef __i386__
+# include "stat_32.h"
+# else
+# include "stat_64.h"
+# endif
+#endif
OpenPOWER on IntegriCloud