/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Bt8xx based DVB adapter driver * * Copyright (C) 2002,2003 Florian Schirmer <[email protected]> * Copyright (C) 2002 Peter Hettkamp <[email protected]> * Copyright (C) 1999-2001 Ralph Metzler & Marcus Metzler for convergence integrated media GmbH * Copyright (C) 1998,1999 Christian Theiss <[email protected]> */ #ifndef DVB_BT8XX_H #define DVB_BT8XX_H #include <linux/i2c.h> #include <linux/mutex.h> #include <media/dvbdev.h> #include <media/dvb_net.h> #include "bttv.h" #include "mt352.h" #include "sp887x.h" #include "dst_common.h" #include "nxt6000.h" #include "cx24110.h" #include "or51211.h" #include "lgdt330x.h" #include "zl10353.h" #include "tuner-simple.h" struct dvb_bt8xx_card { … }; #endif /* DVB_BT8XX_H */