/* $NetBSD: param.h,v 1.9 2012/02/02 11:12:40 reinoud Exp $ */ /* * Automatically generated by genheaders.sh on Fri Jan 27 08:34:26 CET 2012 * Do not modify directly! */ #ifndef _USERMODE_PARAM_H #define _USERMODE_PARAM_H #if defined(__i386__) #include "../../i386/include/param.h" #elif defined(__x86_64__) #include "../../amd64/include/param.h" #else #error port me #endif #undef UPAGES #define UPAGES 8 #undef USPACE #define USPACE (PAGE_SIZE*UPAGES) #endif