/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * DVB USB Linux driver for AME DTV-5100 USB2.0 DVB-T * * Copyright (C) 2008 Antoine Jacquet <[email protected]> * http://royale.zerezo.com/dtv5100/ */ #ifndef _DVB_USB_DTV5100_H_ #define _DVB_USB_DTV5100_H_ #define DVB_USB_LOG_PREFIX … #include "dvb-usb.h" #define DTV5100_USB_TIMEOUT … #define DTV5100_DEMOD_ADDR … #define DTV5100_DEMOD_WRITE … #define DTV5100_DEMOD_READ … #define DTV5100_TUNER_ADDR … #define DTV5100_TUNER_WRITE … #define DTV5100_TUNER_READ … #define DRIVER_AUTHOR … #define DRIVER_DESC … static struct { … } dtv5100_init[] = …; #endif