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