summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/bttv.h')
-rw-r--r--linux/drivers/media/video/bttv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h
index 56da49f33..381913413 100644
--- a/linux/drivers/media/video/bttv.h
+++ b/linux/drivers/media/video/bttv.h
@@ -1,5 +1,5 @@
/*
- * $Id: bttv.h,v 1.33 2005/11/08 16:51:29 nsh Exp $
+ * $Id: bttv.h,v 1.34 2005/11/08 18:02:29 nsh Exp $
*
* bttv - Bt848 frame grabber driver
*
@@ -237,6 +237,7 @@ struct tvcard
unsigned int has_dvb:1;
unsigned int has_remote:1;
unsigned int no_gpioirq:1;
+ unsigned int any_irq:1;
/* other settings */
unsigned int pll;
@@ -343,6 +344,7 @@ struct bttv_sub_driver {
struct device_driver drv;
char wanted[BUS_ID_SIZE];
void (*gpio_irq)(struct bttv_sub_device *sub);
+ int (*any_irq)(struct bttv_sub_device *sub);
};
#define to_bttv_sub_drv(x) container_of((x), struct bttv_sub_driver, drv)