Home | History | Annotate | Line # | Download | only in include
bus.h revision 1.2
      1 /*	$NetBSD: bus.h,v 1.2 1999/02/14 17:54:29 scw Exp $ */
      2 
      3 #include <machine/bus_space.h>
      4 
      5 #if 0	/* XXXSCW: No Bus DMA yet */
      6 #include <machine/bus_dma.h>
      7 #endif
      8 
      9 #define generic_btop(x) m68k_btop(x)
     10