aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_ */