NetBSD/sys/arch/mvme68k/include/bus.h
scw 9c745dbd5e Merge 'scw_mvme68k_bus_space' branch with the trunk.
These changes add support for:

	o The MI VMEbus framework on both MVME147 and MVME167.
	o Enhancements to the existing MD bus_space(9) implementation.
	o Most of the bus_dma(9) API.
2000-03-18 22:33:02 +00:00

7 lines
156 B
C

/* $NetBSD: bus.h,v 1.3 2000/03/18 22:33:05 scw Exp $ */
#include <machine/bus_space.h>
#include <machine/bus_dma.h>
#define generic_btop(x) m68k_btop(x)