summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-08-28 03:37:46 +0000
committermsmith <msmith@FreeBSD.org>1997-08-28 03:37:46 +0000
commit4b9ff0e3e330572e6edca536d5be26d2bfb25741 (patch)
tree97db6ac8a7f2a3a9140e46010de960ebdfed1b38 /sys/i386/isa/isa_device.h
parent4561d606a5e886201d11344c7d54e415b043b3cd (diff)
downloadFreeBSD-src-4b9ff0e3e330572e6edca536d5be26d2bfb25741.zip
FreeBSD-src-4b9ff0e3e330572e6edca536d5be26d2bfb25741.tar.gz
Add prototype for isa_dmastop()
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 29a3d12..fc1038f 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.44 1997/07/24 05:27:40 msmith Exp $
+ * $Id: isa_device.h,v 1.45 1997/07/24 18:05:22 fsmp Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -118,6 +118,7 @@ void isa_dmastart __P((int flags, caddr_t addr, u_int nbytes, int chan));
int isa_dma_acquire __P((int chan));
void isa_dma_release __P((int chan));
int isa_dmastatus __P((int chan));
+int isa_dmastop __P((int chan));
void reconfig_isadev __P((struct isa_device *isdp, u_int *mp));
#endif /* KERNEL */
OpenPOWER on IntegriCloud