Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/iomd Add prototypes for dma_reset(), dma_setup(...



details:   https://anonhg.NetBSD.org/src/rev/4c30ce48544f
branches:  trunk
changeset: 522394:4c30ce48544f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Feb 18 11:41:18 2002 +0000

description:
Add prototypes for dma_reset(), dma_setup(), dma_isactive(), dma_isintr() and
dma_intr().

diffstat:

 sys/arch/arm/iomd/iomd_dma.h |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b500a5d9dac9 -r 4c30ce48544f sys/arch/arm/iomd/iomd_dma.h
--- a/sys/arch/arm/iomd/iomd_dma.h      Mon Feb 18 11:40:42 2002 +0000
+++ b/sys/arch/arm/iomd/iomd_dma.h      Mon Feb 18 11:41:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd_dma.h,v 1.1 2001/10/05 22:27:40 reinoud Exp $     */
+/*     $NetBSD: iomd_dma.h,v 1.2 2002/02/18 11:41:18 bjh21 Exp $       */
 
 /*
  * Copyright (c) 1997 Scott Stevens
@@ -72,4 +72,9 @@
 
 /* Prototypes */
 struct dma_ctrl *dma_init __P((int, int, int, int));
-void dma_go __P((struct dma_ctrl *));
+void dma_go    __P((struct dma_ctrl *));
+int dma_reset  __P((struct dma_ctrl *));
+int dma_setup  __P((struct dma_ctrl *, u_char *, int, int));
+int dma_isactive __P((struct dma_ctrl *));
+int dma_isintr __P((struct dma_ctrl *));
+int dma_intr   __P((void *));



Home | Main Index | Thread Index | Old Index