Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / media / pci / zoran / zoran_card.h
blob518cb426b4462c19dbe7c0e8b23ad433cf2f0285
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Zoran zr36057/zr36067 PCI controller driver, for the
4 * Pinnacle/Miro DC10/DC10+/DC30/DC30+, Iomega Buz, Linux
5 * Media Labs LML33/LML33R10.
7 * This part handles card-specific data and detection
9 * Copyright (C) 2000 Serguei Miridonov <mirsev@cicese.mx>
12 #ifndef __ZORAN_CARD_H__
13 #define __ZORAN_CARD_H__
15 extern int zr36067_debug;
17 /* Anybody who uses more than four? */
18 #define BUZ_MAX 4
20 extern const struct video_device zoran_template;
22 int zoran_check_jpg_settings(struct zoran *zr,
23 struct zoran_jpg_settings *settings, int try);
24 void zoran_open_init_params(struct zoran *zr);
25 void zoran_vdev_release(struct video_device *vdev);
27 void zr36016_write(struct videocodec *codec, u16 reg, u32 val);
29 #endif /* __ZORAN_CARD_H__ */