705311bcee
added a field to a dma segment to return the actual length of that segment that was successfully transferred.
10 lines
197 B
C
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_ */
|