summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vinum/vinumext.h')
-rw-r--r--sys/dev/vinum/vinumext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h
index 40ffbbb..9f02e67 100644
--- a/sys/dev/vinum/vinumext.h
+++ b/sys/dev/vinum/vinumext.h
@@ -106,8 +106,6 @@ void checkernel(char *);
int open_drive(struct drive *, struct proc *, int);
void close_drive(struct drive *drive);
int driveio(struct drive *, char *, size_t, off_t, int);
-/* #define read_drive(a, b, c, d) driveio (a, b, c, d, B_READ)
- #define write_drive(a, b, c, d) driveio (a, b, c, d, B_WRITE) */
int set_drive_parms(struct drive *drive);
int init_drive(struct drive *, int);
/* void throw_rude_remark (int, struct _ioctl_reply *, char *, ...); XXX */
OpenPOWER on IntegriCloud