summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wdreg.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-02-26 01:15:30 +0000
committerbde <bde@FreeBSD.org>1995-02-26 01:15:30 +0000
commitfa83f30ee6166a5176d43a1eb02b65edaf4e600c (patch)
tree473ce8bea70f946d19380971a61ee93637f3a168 /sys/i386/isa/wdreg.h
parenta4a23667e8bde5c5798b11619957713bdfdf9d83 (diff)
downloadFreeBSD-src-fa83f30ee6166a5176d43a1eb02b65edaf4e600c.zip
FreeBSD-src-fa83f30ee6166a5176d43a1eb02b65edaf4e600c.tar.gz
Declare all the args of wdclose() and wdioctl(). Cosmetic.
Diffstat (limited to 'sys/i386/isa/wdreg.h')
-rw-r--r--sys/i386/isa/wdreg.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/i386/isa/wdreg.h b/sys/i386/isa/wdreg.h
index 2694bed..02ae2d1 100644
--- a/sys/i386/isa/wdreg.h
+++ b/sys/i386/isa/wdreg.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wdreg.h 7.1 (Berkeley) 5/9/91
- * $Id: wxreg.h,v 1.1 1993/10/26 22:26:39 nate Exp $
+ * $Id: wdreg.h,v 1.6 1994/01/04 20:05:26 nate Exp $
*/
/*
@@ -96,7 +96,6 @@
#define WDSD_IBM 0xa0 /* forced to 512 byte sector, ecc */
-
#ifdef KERNEL
/*
* read parameters command returns this:
@@ -133,12 +132,12 @@ struct wdparams {
void wdstrategy(struct buf *bp);
void wdintr(int unit);
int wdopen(dev_t dev, int flags, int fmt, struct proc *p);
-int wdclose(dev_t dev, int flags, int fmt);
-int wdioctl(dev_t dev, int cmd, caddr_t addr, int flag);
+int wdclose(dev_t dev, int flags, int fmt, struct proc *p);
+int wdioctl(dev_t dev, int cmd, caddr_t addr, int flags, struct proc *p);
#ifdef B_FORMAT
int wdformat(struct buf *bp);
#endif
int wdsize(dev_t dev);
int wddump(dev_t dev);
-#endif KERNEL
+#endif /* KERNEL */
OpenPOWER on IntegriCloud