Manu Abraham | b3b9614 | 2009-12-04 05:41:11 -0300 | [diff] [blame] | 1 | #ifndef __MANTIS_DVB_H |
2 | #define __MANTIS_DVB_H | ||||
3 | |||||
4 | enum mantis_power { | ||||
5 | POWER_OFF = 0, | ||||
6 | POWER_ON = 1 | ||||
7 | }; | ||||
8 | |||||
9 | extern int mantis_frontend_power(struct mantis_pci *mantis, enum mantis_power power); | ||||
10 | extern void mantis_frontend_soft_reset(struct mantis_pci *mantis); | ||||
11 | |||||
12 | extern int mantis_dvb_init(struct mantis_pci *mantis); | ||||
13 | extern int mantis_dvb_exit(struct mantis_pci *mantis); | ||||
14 | |||||
15 | #endif /* __MANTIS_DVB_H */ |