xref: /netbsd-src/sys/arch/virt68k/include/bus.h (revision 345cf9fb81bd0411c53e25d62cd93bdcaa865312)
1 /*	$NetBSD: bus.h,v 1.1 2024/01/02 07:41:00 thorpej Exp $	*/
2 
3 #include <machine/bus_space.h>
4 #include <machine/bus_dma.h>
5 
6 #define generic_btop(x) m68k_btop(x)
7