1 1.3.130.1 rmind /* $NetBSD: vmparam.h,v 1.3.130.1 2011/03/05 20:50:16 rmind Exp $ */ 2 1.1 scw 3 1.3 matt #ifdef _KERNEL_OPT 4 1.3 matt #include "opt_ppcarch.h" 5 1.1 scw #endif 6 1.1 scw 7 1.3 matt #ifdef PPC_IBM4XX 8 1.3 matt #include <powerpc/ibm4xx/vmparam.h> 9 1.3 matt #elif defined(PPC_OEA) 10 1.3 matt #include <powerpc/oea/vmparam.h> 11 1.3.130.1 rmind #elif defined(PPC_BOOKE) 12 1.3.130.1 rmind #include <powerpc/booke/vmparam.h> 13 1.1 scw #endif 14