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