aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/pci/cx88/cx88.h')
-rw-r--r--drivers/media/pci/cx88/cx88.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h
index 4e29c9deb684..51ce2c0e8bc1 100644
--- a/drivers/media/pci/cx88/cx88.h
+++ b/drivers/media/pci/cx88/cx88.h
@@ -618,6 +618,8 @@ struct cx8802_dev {
618/* ----------------------------------------------------------- */ 618/* ----------------------------------------------------------- */
619/* cx88-core.c */ 619/* cx88-core.c */
620 620
621extern unsigned int cx88_core_debug;
622
621extern void cx88_print_irqbits(const char *name, const char *tag, const char *strings[], 623extern void cx88_print_irqbits(const char *name, const char *tag, const char *strings[],
622 int len, u32 bits, u32 mask); 624 int len, u32 bits, u32 mask);
623 625