Home | History | Annotate | Line # | Download | only in include
pte.h revision 1.5
      1 /*	$NetBSD: pte.h,v 1.5 2002/12/09 12:28:13 scw Exp $	*/
      2 
      3 #ifdef _KERNEL_OPT
      4 #include "opt_ppcarch.h"
      5 #endif
      6 
      7 #ifdef PPC_MPC6XX
      8 #include <powerpc/mpc6xx/pte.h>
      9 #elif defined(PPC_IBM4XX)
     10 #include <powerpc/ibm4xx/pte.h>
     11 #endif
     12