1/* $NetBSD$ */
2
3#ifndef _EVBMIPS_BUS_FUNCS_H_
4#define	_EVBMIPS_BUS_FUNCS_H_
5
6#include <mips/bus_space_funcs.h>
7#include <mips/bus_dma_funcs.h>
8
9#endif /* _EVBMIPS_BUS_FUNCS_H_ */
10