diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 36a9edacf..3502d378a 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.22 2004/07/30 11:14:05 kraxel Exp $ + * $Id: cx88.h,v 1.23 2004/07/30 13:43:39 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -36,16 +36,7 @@ #include <media/tuner.h> #include <media/audiochip.h> #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,23) -# define irqreturn_t void -# define IRQ_RETVAL(foobar) -#endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71) -# define strlcpy(dest,src,len) strncpy(dest,src,(len)-1) -#endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) -# define iminor(inode) minor(inode->i_rdev) -#endif +#include "compat.h" #include "btcx-risc.h" #include "cx88-reg.h" @@ -468,6 +459,12 @@ void cx88_get_stereo(struct cx8800_dev *dev, struct v4l2_tuner *t); void cx88_set_stereo(struct cx8800_dev *dev, u32 mode); int cx88_audio_thread(void *data); +/* ----------------------------------------------------------- */ +/* cx88-mpeg.c */ + +extern struct list_head cx8802_devlist; +extern struct videobuf_queue_ops cx8802_mpeg_qops; + /* * Local variables: * c-basic-offset: 8 |