Home | History | Annotate | Line # | Download | only in include
pmap.h revision 1.32.18.1
      1  1.32.18.1  yamt /*	$NetBSD: pmap.h,v 1.32.18.1 2006/12/30 20:46:44 yamt 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.32.18.1  yamt #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