xref: /nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/page.h (revision 042d53a763ad75cb1465103098bb88c245d95138)
1 #ifndef __ASM_PAGE_H__
2 #define __ASM_PAGE_H__
3 
4 //#include <pkgconf/linux_compat.h>  //mod by prife
5 #include "jffs2_config.h"
6 #define PAGE_SHIFT  CONFIG_JFFS2_PAGE_SHIFT
7 /* These aren't used by much yet. If that changes, you might want
8    to make them actually correct :) */
9 #define PAGE_SIZE  (0x1 << PAGE_SHIFT)
10 
11 
12 #endif /* __ASM_PAGE_H__ */
13