summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/include/asm/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/jffs2/include/asm/page.h')
-rw-r--r--cpukit/libfs/src/jffs2/include/asm/page.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/libfs/src/jffs2/include/asm/page.h b/cpukit/libfs/src/jffs2/include/asm/page.h
new file mode 100644
index 0000000000..d77a39ac43
--- /dev/null
+++ b/cpukit/libfs/src/jffs2/include/asm/page.h
@@ -0,0 +1,11 @@
+#ifndef __ASM_PAGE_H__
+#define __ASM_PAGE_H__
+
+#include <pkgconf/linux_compat.h>
+
+/* These aren't used by much yet. If that changes, you might want
+ to make them actually correct :) */
+#define PAGE_SIZE (0x1 << PAGE_SHIFT)
+
+
+#endif /* __ASM_PAGE_H__ */