Mercurial > ecos-v2_0-branch
view packages/compat/linux/current/include/asm/page.h @ 823:19a153ac403c default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Thu, 08 May 2003 17:42:17 +0000 |
| parents | 726ecf119e30 |
| children |
line wrap: on
line source
#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__ */
