2019-05-20 07:19:02 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2009-12-04 07:42:22 +00:00
|
|
|
/*
|
|
|
|
Mantis VP-2040 driver
|
|
|
|
|
|
|
|
Copyright (C) Manu Abraham (abraham.manu@gmail.com)
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MANTIS_VP2040_H
|
|
|
|
#define __MANTIS_VP2040_H
|
|
|
|
|
|
|
|
#include "mantis_common.h"
|
|
|
|
|
2009-12-04 08:14:34 +00:00
|
|
|
#define MANTIS_VP_2040_DVB_C 0x0043
|
2009-12-04 08:41:11 +00:00
|
|
|
#define CINERGY_C 0x1178
|
|
|
|
#define CABLESTAR_HD2 0x0002
|
2009-12-04 07:42:22 +00:00
|
|
|
|
2009-12-04 08:41:11 +00:00
|
|
|
extern struct mantis_hwconfig vp2040_config;
|
2009-12-04 07:42:22 +00:00
|
|
|
|
2009-12-04 08:41:11 +00:00
|
|
|
#endif /* __MANTIS_VP2040_H */
|