From 4fda91c705838783b4fffd707628d4de7f673c35 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Nov 1995 13:25:33 +0000 Subject: Moved prototypes for devswitch functions from conf.c and driver sources to . conf.h was mechanically generated by `grep ^d_ conf.c >conf.h'. This accounts for part of its ugliness. The prototypes should be moved back to the driver sources when the functions are staticalized. --- sys/pccard/pccard.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sys/pccard') diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index d5dfb0cf646e..f15288c69556 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -73,19 +73,6 @@ struct kern_devconf kdc_pccard0 = { #define MIN(a,b) ((a)<(b)?(a):(b)) -/* - * cdevsw entry points - */ -int crdopen __P((dev_t dev, int oflags, int devtype, - struct proc *p)); -int crdclose __P((dev_t dev, int fflag, int devtype, - struct proc *p)); -int crdread __P((dev_t dev, struct uio *uio, int ioflag)); -int crdwrite __P((dev_t dev, struct uio *uio, int ioflag)); -int crdioctl __P((dev_t dev, int cmd, caddr_t data, - int fflag, struct proc *p)); -int crdselect __P((dev_t dev, int rw, struct proc *p)); - static int allocate_driver(struct slot *, struct drv_desc *); static void inserted(void *); static void disable_slot(struct slot *); -- cgit v1.3