mantis_vp3030.h 328 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Mantis VP-3030 driver
  4. Copyright (C) Manu Abraham ([email protected])
  5. */
  6. #ifndef __MANTIS_VP3030_H
  7. #define __MANTIS_VP3030_H
  8. #include "mantis_common.h"
  9. #define MANTIS_VP_3030_DVB_T 0x0024
  10. extern struct mantis_hwconfig vp3030_config;
  11. #endif /* __MANTIS_VP3030_H */