Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-microblaze.git] / drivers / media / tuners / m88rs6000t.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Driver for the internal tuner of Montage M88RS6000
4  *
5  * Copyright (C) 2014 Max nibble <nibble.max@gmail.com>
6  */
7
8 #ifndef _M88RS6000T_H_
9 #define _M88RS6000T_H_
10
11 #include <media/dvb_frontend.h>
12
13 struct m88rs6000t_config {
14         /*
15          * pointer to DVB frontend
16          */
17         struct dvb_frontend *fe;
18 };
19
20 #endif