mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
7 lines
156 B
C
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)
|