X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fzoran_card.h;h=1b5c4171cf9c37f0b7c3f6f365490ded31b95da2;hb=1ffdddd6fa3d18982133f6d149d456312d8bfcac;hp=ad997c30bee540bc43e50b1ab90b6de88d3d69a2;hpb=b55813a2e50088ca30df33fa62aeed5d3adb1796;p=linux-2.6 diff --git a/drivers/media/video/zoran_card.h b/drivers/media/video/zoran_card.h index ad997c30be..1b5c4171cf 100644 --- a/drivers/media/video/zoran_card.h +++ b/drivers/media/video/zoran_card.h @@ -30,6 +30,14 @@ #ifndef __ZORAN_CARD_H__ #define __ZORAN_CARD_H__ +extern int zr36067_debug; + +#define dprintk(num, format, args...) \ + do { \ + if (zr36067_debug >= num) \ + printk(format, ##args); \ + } while (0) + /* Anybody who uses more than four? */ #define BUZ_MAX 4 extern int zoran_num; @@ -42,4 +50,6 @@ extern int zoran_check_jpg_settings(struct zoran *zr, extern void zoran_open_init_params(struct zoran *zr); extern void zoran_vdev_release(struct video_device *vdev); +void zr36016_write(struct videocodec *codec, u16 reg, u32 val); + #endif /* __ZORAN_CARD_H__ */