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