]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/media/tuner-types.h
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
[linux-2.6-omap-h63xx.git] / include / media / tuner-types.h
index 4b5e5cf780c87ad9bd76aa0f131f2159ab602d76..ab03c5344209937818de9200a9f33b678e64c2c5 100644 (file)
@@ -119,7 +119,10 @@ struct tunertype {
 
        u16 min;
        u16 max;
-       u16 stepsize;
+       u32 stepsize;
+
+       u8 *initdata;
+       u8 *sleepdata;
 };
 
 extern struct tunertype tuners[];