4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 03:43:46 +08:00

12 lines
314 B
C
Raw Normal View History

#ifndef __ASM_PAGE_H__
#define __ASM_PAGE_H__
//#include <pkgconf/linux_compat.h> //mod by prife
#define PAGE_SHIFT 12 // add by prife 4K
/* 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__ */