Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
#define PAD_SIZE 512
#include <asm/page.h>
#include <sys/user.h> /* PAGE_SIZE */
#ifdef PAGE_SIZE
#define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
#elif defined __ia64__