1 1.33.82.1 matt /* $NetBSD: pmap.h,v 1.33.82.1 2011/01/07 01:58:43 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.33.82.1 matt #elif defined(PPC_BOOKE) 10 1.33.82.1 matt #include <powerpc/booke/pmap.h> 11 1.33 sanjayl #elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE) 12 1.30 matt #include <powerpc/oea/pmap.h> 13 1.31 matt #else 14 1.32 matt #ifndef _LOCORE 15 1.31 matt typedef struct pmap *pmap_t; 16 1.32 matt #endif 17 1.30 matt #endif 18