mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
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_ */
|