xref: /netbsd/sys/arch/evbcf/include/bus.h (revision 2adb3a73)
1 /*	$NetBSD: bus.h,v 1.2 2014/03/18 18:20:41 riastradh Exp $ */
2 
3 #include <machine/bus_space.h>
4 #include <machine/bus_dma.h>
5 
6 #define generic_btop(x) m68k_btop(x)
7