diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 13:25:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 13:25:33 +0000 |
| commit | 4fda91c705838783b4fffd707628d4de7f673c35 (patch) | |
| tree | 6f35ae0e7caade790223565873d04a0f034c5822 /sys/dev/scd | |
| parent | dd1642c2c4b5722b53e8fd5e92f39e6ddff9376e (diff) | |
Notes
Diffstat (limited to 'sys/dev/scd')
| -rw-r--r-- | sys/dev/scd/scd.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 831d53e426847..c7bbe07771b51 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.7 1995/09/19 18:55:15 bde Exp $ */ +/* $Id: scd.c,v 1.8 1995/10/28 15:39:17 phk Exp $ */ /* Please send any comments to micke@dynas.se */ @@ -142,12 +142,6 @@ static struct scd_data { } scd_data[NSCD]; /* prototypes */ -int scdopen(dev_t dev, int flags, int fmt, struct proc *p); -int scdclose(dev_t dev, int flags, int fmt, struct proc *p); -void scdstrategy(struct buf *bp); -int scdioctl(dev_t dev, int cmd, caddr_t addr, int flags, struct proc *p); -int scdsize(dev_t dev); - static int bcd2bin(bcd_t b); static bcd_t bin2bcd(int b); static void hsg2msf(int hsg, bcd_t *msf); |
