summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb/dgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dgb/dgb.c')
-rw-r--r--sys/dev/dgb/dgb.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index 2c5e2fe..1e61971 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -1,5 +1,5 @@
/*-
- * dgb.c $Id: dgb.c,v 1.3 1995/10/04 21:51:24 jkh Exp $
+ * dgb.c $Id: dgb.c,v 1.4 1995/10/12 23:28:31 bde Exp $
*
* Digiboard driver.
*
@@ -156,17 +156,7 @@ void dgbintr __P((int unit));
void dgbpoll __P((void *unit_c));
/* Device switch entry points. */
-int dgbopen __P((dev_t dev, int oflags, int devtype,
- struct proc *p));
-int dgbclose __P((dev_t dev, int fflag, int devtype,
- struct proc *p));
-int dgbread __P((dev_t dev, struct uio *uio, int ioflag));
-int dgbwrite __P((dev_t dev, struct uio *uio, int ioflag));
-int dgbioctl __P((dev_t dev, int cmd, caddr_t data,
- int fflag, struct proc *p));
-void dgbstop __P((struct tty *tp, int rw));
#define dgbreset noreset
-struct tty *dgbdevtotty __P((dev_t dev));
#define dgbmmap nommap
#define dgbstrategy nostrategy
OpenPOWER on IntegriCloud