aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2000-12-26 15:24:53 +0000
committerSøren Schmidt <sos@FreeBSD.org>2000-12-26 15:24:53 +0000
commit590a0be0360b4e75df25e5af746ef44dd5bde8b1 (patch)
treeef7f2474ef97283af00f6b56322fdda9778fa554 /sys
parent6cf4911dd61e75975d5c4253e697d3097bdd4d4d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdrio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/cdrio.h b/sys/sys/cdrio.h
index 6c7966c727ca..bdcfead75b77 100644
--- a/sys/sys/cdrio.h
+++ b/sys/sys/cdrio.h
@@ -68,5 +68,6 @@ struct cdr_track {
#define CDRIOCWRITESPEED _IOW('c', 106, int)
#define CDRIOCGETBLOCKSIZE _IOR('c', 107, int)
#define CDRIOCSETBLOCKSIZE _IOW('c', 108, int)
+#define CDRIOCGETPROGRESS _IOR('c', 109, int)
#endif /* !_SYS_CDRIO_H_ */