aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r--drivers/media/video/cx18/cx18-driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h
index 8812a5ec635f..26359897d147 100644
--- a/drivers/media/video/cx18/cx18-driver.h
+++ b/drivers/media/video/cx18/cx18-driver.h
@@ -236,6 +236,8 @@ struct cx18_dvb {
236struct cx18; /* forward reference */ 236struct cx18; /* forward reference */
237struct cx18_scb; /* forward reference */ 237struct cx18_scb; /* forward reference */
238 238
239#define CX18_INVALID_TASK_HANDLE 0xffffffff
240
239struct cx18_stream { 241struct cx18_stream {
240 /* These first four fields are always set, even if the stream 242 /* These first four fields are always set, even if the stream
241 is not actually created. */ 243 is not actually created. */