18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci	Mantis VP-1041 driver
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci	Copyright (C) Manu Abraham (abraham.manu@gmail.com)
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci*/
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __MANTIS_VP1041_H
108c2ecf20Sopenharmony_ci#define __MANTIS_VP1041_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#include "mantis_common.h"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#define MANTIS_VP_1041_DVB_S2	0x0031
158c2ecf20Sopenharmony_ci#define SKYSTAR_HD2_10		0x0001
168c2ecf20Sopenharmony_ci#define SKYSTAR_HD2_20		0x0003
178c2ecf20Sopenharmony_ci#define CINERGY_S2_PCI_HD	0x1179
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciextern struct mantis_hwconfig vp1041_config;
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#endif /* __MANTIS_VP1041_H */
22