patch-2.4.0-prerelease linux/drivers/media/video/bttv.h

Next file: linux/drivers/media/video/bttvp.h
Previous file: linux/drivers/media/video/bttv-driver.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/media/video/bttv.h linux/drivers/media/video/bttv.h
@@ -134,6 +134,13 @@
 extern void tea5757_set_freq(struct bttv *btv, unsigned short freq);
 extern void bttv_hauppauge_boot_msp34xx(struct bttv *btv);
 
+/* kernel cmd line parse helper */
+extern int bttv_parse(char *str, int max, int *vals);
+
+/* extra tweaks for some chipsets */
+extern void bttv_check_chipset(void);
+extern int bttv_handle_chipset(struct bttv *btv);
+
 /* ---------------------------------------------------------- */
 /* exported by bttv-if.c                                      */
 /* interface for gpio access by other modules                 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)