Home | History | Annotate | Line # | Download | only in include
pmap.h revision 1.8
      1 /*	$NetBSD: pmap.h,v 1.8 1996/07/09 22:22:25 cgd Exp $	*/
      2 
      3 #ifdef OLD_PMAP
      4 #include <machine/pmap.old.h>
      5 #else
      6 #include <machine/pmap.new.h>
      7 #endif
      8