diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner-types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h index 4b5e5cf780c8..fda12093cab3 100644 --- a/include/media/tuner-types.h +++ b/include/media/tuner-types.h | |||
@@ -120,6 +120,9 @@ struct tunertype { | |||
120 | u16 min; | 120 | u16 min; |
121 | u16 max; | 121 | u16 max; |
122 | u16 stepsize; | 122 | u16 stepsize; |
123 | |||
124 | u8 *initdata; | ||
125 | u8 *sleepdata; | ||
123 | }; | 126 | }; |
124 | 127 | ||
125 | extern struct tunertype tuners[]; | 128 | extern struct tunertype tuners[]; |