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