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