Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / media / pci / mantis / mantis_vp1034.h
blobd51ccdc53a6292bd7e8343e8644301cf3eb7bb00
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 Mantis VP-1034 driver
5 Copyright (C) Manu Abraham (abraham.manu@gmail.com)
7 */
9 #ifndef __MANTIS_VP1034_H
10 #define __MANTIS_VP1034_H
12 #include <media/dvb_frontend.h>
13 #include "mantis_common.h"
16 #define MANTIS_VP_1034_DVB_S 0x0014
18 extern struct mantis_hwconfig vp1034_config;
19 extern int vp1034_set_voltage(struct dvb_frontend *fe,
20 enum fe_sec_voltage voltage);
22 #endif /* __MANTIS_VP1034_H */