2012-01-13 18:45:44 +00:00
|
|
|
#ifndef __ASM_PAGE_H__
|
|
|
|
#define __ASM_PAGE_H__
|
|
|
|
|
|
|
|
//#include <pkgconf/linux_compat.h> //mod by prife
|
2012-02-16 18:12:45 +00:00
|
|
|
#include "jffs2_config.h"
|
|
|
|
#define PAGE_SHIFT CONFIG_JFFS2_PAGE_SHIFT
|
2012-01-13 18:45:44 +00:00
|
|
|
/* 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__ */
|