/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * cxd2841er_priv.h * * Sony CXD2441ER digital demodulator driver internal definitions * * Copyright 2012 Sony Corporation * Copyright (C) 2014 NetUP Inc. * Copyright (C) 2014 Sergey Kozlov <[email protected]> * Copyright (C) 2014 Abylay Ospan <[email protected]> */ #ifndef CXD2841ER_PRIV_H #define CXD2841ER_PRIV_H #define I2C_SLVX … #define I2C_SLVT … #define CXD2837ER_CHIP_ID … #define CXD2838ER_CHIP_ID … #define CXD2841ER_CHIP_ID … #define CXD2843ER_CHIP_ID … #define CXD2854ER_CHIP_ID … #define CXD2841ER_DVBS_POLLING_INVL … struct cxd2841er_cnr_data { … }; enum cxd2841er_dvbt2_profile_t { … }; #endif