/* SPDX-License-Identifier: GPL-2.0-only */ /* z0194a.h Sharp z0194a tuner support * * Copyright (C) 2008 Igor M. Liplianin ([email protected]) * * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information */ #ifndef Z0194A #define Z0194A static int sharp_z0194a_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) { … } static u8 sharp_z0194a_inittab[] = …; #endif