11.1Sthorpej/* $NetBSD: bus.h,v 1.1 2024/01/02 07:41:00 thorpej Exp $ */ 21.1Sthorpej 31.1Sthorpej#include <machine/bus_space.h> 41.1Sthorpej#include <machine/bus_dma.h> 51.1Sthorpej 61.1Sthorpej#define generic_btop(x) m68k_btop(x) 7