/* SPDX-License-Identifier: GPL-2.0 */ /* * Socionext MN88443x series demodulator driver for ISDB-S/ISDB-T. * * Copyright (c) 2018 Socionext Inc. */ #ifndef MN88443X_H #define MN88443X_H #include <media/dvb_frontend.h> /* ISDB-T IF frequency */ #define DIRECT_IF_57MHZ … #define DIRECT_IF_44MHZ … #define LOW_IF_4MHZ … struct mn88443x_config { … }; #endif /* MN88443X_H */