aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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 678a8d27a200..cd1d99ee5bbc 100644
--- a/sys/sys/cdrio.h
+++ b/sys/sys/cdrio.h
@@ -71,6 +71,7 @@ struct cdr_cue_entry {
struct cdr_cuesheet {
int32_t len;
struct cdr_cue_entry *entries;
+ int test_write;
};
#define CDRIOCBLANK _IOW('c', 100, int)