summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pte.h
blob: 127a7a9d7e3e3b6a66a6629a2eb879a8dbc6df16 (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: pte.h,v 1.9 2006/08/05 21:26:49 sanjayl Exp $	*/

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

#if defined (PPC_OEA) || defined (PPC_OEA64_BRIDGE) || defined (PPC_OEA64)
#include <powerpc/oea/pte.h>
#endif