xref: /netbsd-src/sys/arch/algor/include/bus_funcs.h (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
1 /* $NetBSD: bus_funcs.h,v 1.2 2011/07/09 17:22:08 dyoung Exp $ */
2 
3 #ifndef _ALGOR_BUS_FUNCS_H_
4 #define	_ALGOR_BUS_FUNCS_H_
5 
6 #include <mips/bus_space_funcs.h>
7 #include <mips/bus_dma_funcs.h>
8 
9 #endif /* _ALGOR_BUS_FUNCS_H_ */
10