1 1.33 sanjayl /* $NetBSD: pmap.h,v 1.33 2006/08/05 21:26:49 sanjayl 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 sanjayl #elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE) 10 1.30 matt #include <powerpc/oea/pmap.h> 11 1.31 matt #else 12 1.32 matt #ifndef _LOCORE 13 1.31 matt typedef struct pmap *pmap_t; 14 1.32 matt #endif 15 1.30 matt #endif 16