18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci	Mantis VP-2033 driver
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci	Copyright (C) Manu Abraham (abraham.manu@gmail.com)
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci*/
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __MANTIS_VP2033_H
108c2ecf20Sopenharmony_ci#define __MANTIS_VP2033_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#include "mantis_common.h"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#define MANTIS_VP_2033_DVB_C	0x0008
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciextern struct mantis_hwconfig vp2033_config;
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif /* __MANTIS_VP2033_H */
19