summaryrefslogtreecommitdiff
path: root/ecos/packages/compat/linux/current/include/asm/page.h
blob: d77a39ac43520aa41c7e60981db928b5d42be67b (plain)
1
2
3
4
5
6
7
8
9
10
11
#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__ */