xref: /netbsd-src/sys/arch/algor/include/bus_funcs.h (revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
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