2003-02-03 20:09:53 +03:00
|
|
|
/* $NetBSD: pte.h,v 1.6 2003/02/03 17:10:02 matt Exp $ */
|
2001-06-12 21:20:50 +04:00
|
|
|
|
|
|
|
#ifdef _KERNEL_OPT
|
|
|
|
#include "opt_ppcarch.h"
|
|
|
|
#endif
|
|
|
|
|
2003-02-03 20:09:53 +03:00
|
|
|
#ifdef PPC_OEA
|
|
|
|
#include <powerpc/oea/pte.h>
|
2002-12-09 15:28:12 +03:00
|
|
|
#elif defined(PPC_IBM4XX)
|
|
|
|
#include <powerpc/ibm4xx/pte.h>
|
2001-06-12 21:20:50 +04:00
|
|
|
#endif
|