NetBSD/sys/arch/arm/include/vmparam.h

9 lines
192 B
C

/* $NetBSD: vmparam.h,v 1.1 2001/07/29 09:50:07 chris Exp $ */
/*
* Dummy vmparam.h file to keep userland happy
*/
#ifdef _KERNEL
#error "userland vmparam.h included by the kernel!"
#endif