/* SPDX-License-Identifier: GPL-2.0 */ /* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop.h - private header file for all flexcop-chip-source files * see flexcop.c for copyright information */ #ifndef __FLEXCOP_H__ #define __FLEXCOP_H__ #define FC_LOG_PREFIX … #include "flexcop-common.h" extern int b2c2_flexcop_debug; /* debug */ #ifdef CONFIG_DVB_B2C2_FLEXCOP_DEBUG #define dprintk(level, args...) … #else #define dprintk … #endif #define deb_info(args...) … #define deb_tuner(args...) … #define deb_i2c(args...) … #define deb_ts(args...) … #define deb_sram(args...) … #define deb_rdump(args...) … #define deb_i2c_dump(args...) … #endif