mantis_vp1034.h 455 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Mantis VP-1034 driver
  4. Copyright (C) Manu Abraham ([email protected])
  5. */
  6. #ifndef __MANTIS_VP1034_H
  7. #define __MANTIS_VP1034_H
  8. #include <media/dvb_frontend.h>
  9. #include "mantis_common.h"
  10. #define MANTIS_VP_1034_DVB_S 0x0014
  11. extern struct mantis_hwconfig vp1034_config;
  12. extern int vp1034_set_voltage(struct dvb_frontend *fe,
  13. enum fe_sec_voltage voltage);
  14. #endif /* __MANTIS_VP1034_H */