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