Add CDR progress ioctl.

This commit is contained in:
Søren Schmidt 2000-12-26 15:24:53 +00:00
parent 6cf4911dd6
commit 590a0be036

View File

@ -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_ */