NetBSD/sys/arch/arm/include/pmap.h
chris 89415a32e2 PR 13581
Add empty pmap.h and vmparam.h to make userland happier.
2001-07-29 09:50:07 +00:00

9 lines
183 B
C

/* $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