18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci Mantis VP-2040 driver 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci Copyright (C) Manu Abraham (abraham.manu@gmail.com) 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci*/ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef __MANTIS_VP2040_H 108c2ecf20Sopenharmony_ci#define __MANTIS_VP2040_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include "mantis_common.h" 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define MANTIS_VP_2040_DVB_C 0x0043 158c2ecf20Sopenharmony_ci#define CINERGY_C 0x1178 168c2ecf20Sopenharmony_ci#define CABLESTAR_HD2 0x0002 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciextern struct mantis_hwconfig vp2040_config; 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif /* __MANTIS_VP2040_H */ 21