10 lines
170 B
C
10 lines
170 B
C
|
/* $NetBSD: pte.h,v 1.4 2001/06/12 17:20:50 tsubai Exp $ */
|
||
|
|
||
|
#ifdef _KERNEL_OPT
|
||
|
#include "opt_ppcarch.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef PPC_MPC6XX
|
||
|
#include <powerpc/mpc6xx/pte.h>
|
||
|
#endif
|