diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 2 |
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 { | |||
236 | struct cx18; /* forward reference */ | 236 | struct cx18; /* forward reference */ |
237 | struct cx18_scb; /* forward reference */ | 237 | struct cx18_scb; /* forward reference */ |
238 | 238 | ||
239 | #define CX18_INVALID_TASK_HANDLE 0xffffffff | ||
240 | |||
239 | struct cx18_stream { | 241 | struct 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. */ |