1 /* $NetBSD: vmparam.h,v 1.1 2001/07/29 09:50:07 chris Exp $ */ 2 3 /* 4 * Dummy vmparam.h file to keep userland happy 5 */ 6 #ifdef _KERNEL 7 #error "userland vmparam.h included by the kernel!" 8 #endif 9