xref: /netbsd-src/sys/arch/ofppc/include/bus_funcs.h (revision 59adf08e17836c1a68a0316cc7343f658e18991d)
1 /*	$NetBSD: bus_funcs.h,v 1.1 2011/07/01 17:10:00 dyoung Exp $	*/
2 
3 #ifndef _OFPPC_BUS_FUNCS_H_
4 #define _OFPPC_BUS_FUNCS_H_
5 
6 #include <powerpc/ofw_bus_funcs.h>
7 #include <powerpc/bus_funcs.h>
8 
9 #endif /* _OFPPC_BUS_FUNCS_H_ */
10