URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [compat/] [linux/] [current/] [include/] [asm/] [page.h] - Rev 786
Compare with Previous | Blame | View Log
#ifndef __ASM_PAGE_H__ #define __ASM_PAGE_H__ #include <pkgconf/linux_compat.h> /* 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__ */