NetBSD/sys/arch/next68k/include/bus.h
dbj 705311bcee resync bus_dma functions with current alpha versions.
added a field to a dma segment to return the actual length of that segment that
was successfully transferred.
1999-08-03 09:16:00 +00:00

10 lines
197 B
C

/* $NetBSD: bus.h,v 1.2 1999/08/03 09:16:00 dbj Exp $ */
#ifndef _NEXT68K_BUS_H_
#define _NEXT68K_BUS_H_
#include <machine/bus_space.h>
#include <machine/bus_dma.h>
#endif /* _NEXT68K_BUS_H_ */