summaryrefslogtreecommitdiff
path: root/sys/scsi/cdvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/cdvar.h')
-rw-r--r--sys/scsi/cdvar.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/scsi/cdvar.h b/sys/scsi/cdvar.h
index b69f27e48c4..c43d4fefc04 100644
--- a/sys/scsi/cdvar.h
+++ b/sys/scsi/cdvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdvar.h,v 1.3 2002/03/14 01:27:13 millert Exp $ */
+/* $OpenBSD: cdvar.h,v 1.4 2005/05/27 16:07:51 krw Exp $ */
/* $NetBSD: cdvar.h,v 1.10 1999/02/02 13:02:49 bouyer Exp $ */
/*
@@ -63,14 +63,3 @@ struct cd_softc {
rndsource_element_t rnd_source;
#endif
};
-
-struct cd_ops {
- int (*cdo_setchan)(struct cd_softc *, int, int, int, int,
- int);
- int (*cdo_getvol)(struct cd_softc *, struct ioc_vol *, int);
- int (*cdo_setvol)(struct cd_softc *, const struct ioc_vol *,
- int);
- int (*cdo_set_pa_immed)(struct cd_softc *, int);
- int (*cdo_load_unload)(struct cd_softc *, int, int);
-};
-