Home | History | Annotate | Line # | Download | only in include
pmap.h revision 1.2
      1 /*	$NetBSD: pmap.h,v 1.2 2003/02/03 05:15:51 matt Exp $	*/
      2 
      3 #ifdef _KERNEL_OPT
      4 #include "opt_ppcarch.h"
      5 #endif
      6 
      7 #ifdef PPC_IBM4XX
      8 #include <powerpc/ibm4xx/pmap.h>
      9 #elif defined(PPC_MPC6XX)
     10 #include <powerpc/mpc6xx/pmap.h>
     11 #endif
     12