1 1.30 matt /* $NetBSD: pmap.h,v 1.30 2003/02/03 17:10:01 matt Exp $ */ 2 1.1 ws 3 1.30 matt #ifdef _KERNEL_OPT 4 1.30 matt #include "opt_ppcarch.h" 5 1.30 matt #endif 6 1.30 matt 7 1.30 matt #ifdef PPC_IBM4XX 8 1.30 matt #include <powerpc/ibm4xx/pmap.h> 9 1.30 matt #elif defined(PPC_OEA) 10 1.30 matt #include <powerpc/oea/pmap.h> 11 1.30 matt #endif 12