summaryrefslogtreecommitdiffstats
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 678a8d2..cd1d99e 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)
OpenPOWER on IntegriCloud