diff packages/compat/linux/current/include/asm/page.h @ 522:726ecf119e30

Add new Linux kernel compatibility package. Not a compatibility layer for Linux applications, but Linux drivers and filesystems. Intended for an updated JFFS2.
author jlarmour
date Wed, 22 Jan 2003 01:10:41 +0000
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/packages/compat/linux/current/include/asm/page.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_PAGE_H__
+#define __ASM_PAGE_H__
+
+/* These aren't used by much yet. If that changes, you might want
+   to make them actually correct :) */
+#define PAGE_SHIFT 0xC
+#define PAGE_SIZE  (0x1 << PAGE_SHIFT)
+
+
+#endif /* __ASM_PAGE_H__ */