summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pte.h
blob: 39ee2bf0bb25bd95a8c50995858872c5aa0299e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: pte.h,v 1.6 2003/02/03 17:10:02 matt Exp $	*/

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

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