diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 0cd2946a2789..4e823f2a539a 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -210,6 +210,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
210 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 | 210 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 |
211 | #define CX88_BOARD_HAUPPAUGE_HVR1300 56 | 211 | #define CX88_BOARD_HAUPPAUGE_HVR1300 56 |
212 | #define CX88_BOARD_ADSTECH_PTV_390 57 | 212 | #define CX88_BOARD_ADSTECH_PTV_390 57 |
213 | #define CX88_BOARD_PINNACLE_PCTV_HD_800i 58 | ||
213 | 214 | ||
214 | enum cx88_itype { | 215 | enum cx88_itype { |
215 | CX88_VMUX_COMPOSITE1 = 1, | 216 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -589,6 +590,7 @@ extern void cx88_call_i2c_clients(struct cx88_core *core, | |||
589 | /* ----------------------------------------------------------- */ | 590 | /* ----------------------------------------------------------- */ |
590 | /* cx88-cards.c */ | 591 | /* cx88-cards.c */ |
591 | 592 | ||
593 | extern int cx88_tuner_callback(void *dev, int command, int arg); | ||
592 | extern int cx88_get_resources(const struct cx88_core *core, | 594 | extern int cx88_get_resources(const struct cx88_core *core, |
593 | struct pci_dev *pci); | 595 | struct pci_dev *pci); |
594 | extern struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr); | 596 | extern struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr); |