summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/include/vmparam.h
blob: 0769d4ae13feca2444af83264d0975482685a83b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: vmparam.h,v 1.3 2003/02/03 23:09:29 matt Exp $	*/

#ifdef _KERNEL_OPT
#include "opt_ppcarch.h"
#endif

#ifdef PPC_IBM4XX
#include <powerpc/ibm4xx/vmparam.h>
#elif defined(PPC_OEA)
#include <powerpc/oea/vmparam.h>
#endif