hopper_vp3028.h 328 B

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