diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_ca.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_ca.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_ca.h b/drivers/media/dvb/mantis/mantis_ca.h new file mode 100644 index 000000000000..b7e48ee1fac8 --- /dev/null +++ b/drivers/media/dvb/mantis/mantis_ca.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef __MANTIS_CA_H | ||
2 | #define __MANTIS_CA_H | ||
3 | |||
4 | extern int mantis_ca_init(struct mantis_pci *mantis); | ||
5 | extern void mantis_ca_exit(struct mantis_pci *mantis); | ||
6 | |||
7 | #endif /* __MANTIS_CA_H */ | ||