Home | History | Annotate | Line # | Download | only in include
pte.h revision 1.6
      1  1.6    matt /*	$NetBSD: pte.h,v 1.6 2003/02/03 17:10:02 matt Exp $	*/
      2  1.1      ws 
      3  1.4  tsubai #ifdef _KERNEL_OPT
      4  1.4  tsubai #include "opt_ppcarch.h"
      5  1.4  tsubai #endif
      6  1.4  tsubai 
      7  1.6    matt #ifdef PPC_OEA
      8  1.6    matt #include <powerpc/oea/pte.h>
      9  1.5     scw #elif defined(PPC_IBM4XX)
     10  1.5     scw #include <powerpc/ibm4xx/pte.h>
     11  1.4  tsubai #endif
     12