xref: /netbsd-src/sys/arch/powerpc/include/bat.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1 /*	$NetBSD: bat.h,v 1.6 2008/02/05 18:10:46 garbled Exp $	*/
2 
3 #ifdef _KERNEL_OPT
4 #include "opt_ppcarch.h"
5 #endif
6 
7 #if defined (PPC_OEA) || defined (PPC_OEA64_BRIDGE)
8 #include <powerpc/oea/bat.h>
9 #endif
10