10 lines
230 B
C
10 lines
230 B
C
/* $NetBSD: bus_funcs.h,v 1.1 2011/07/01 17:09:59 dyoung Exp $ */
|
|
|
|
#ifndef _EVBMIPS_BUS_FUNCS_H_
|
|
#define _EVBMIPS_BUS_FUNCS_H_
|
|
|
|
#include <mips/bus_space_funcs.h>
|
|
#include <mips/bus_dma_funcs.h>
|
|
|
|
#endif /* _EVBMIPS_BUS_FUNCS_H_ */
|