page.h 343 B

123456789101112
  1. #ifndef __ASM_PAGE_H__
  2. #define __ASM_PAGE_H__
  3. //#include <pkgconf/linux_compat.h> //mod by prife
  4. #include "jffs2_config.h"
  5. #define PAGE_SHIFT CONFIG_JFFS2_PAGE_SHIFT
  6. /* These aren't used by much yet. If that changes, you might want
  7. to make them actually correct :) */
  8. #define PAGE_SIZE (0x1 << PAGE_SHIFT)
  9. #endif /* __ASM_PAGE_H__ */