10 lines
162 B
C
10 lines
162 B
C
/* $NetBSD: bat.h,v 1.5 2003/02/03 17:10:01 matt Exp $ */
|
|
|
|
#ifdef _KERNEL_OPT
|
|
#include "opt_ppcarch.h"
|
|
#endif
|
|
|
|
#ifdef PPC_OEA
|
|
#include <powerpc/oea/bat.h>
|
|
#endif
|