xref: /netbsd-src/sys/arch/arm/include/vmparam.h (revision 3b01aba77a7a698587faaae455bbfe740923c1f5)
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