V4L/DVB (3265): Add count to tunertype struct
[pandora-kernel.git] / include / media / tuner-types.h
index 53ac66e..ad9c171 100644 (file)
@@ -46,6 +46,7 @@ struct tuner_params {
 
 struct tunertype {
        char *name;
+       unsigned int count;
        struct tuner_params *params;
 };