]> Git Repo - linux.git/blob - drivers/media/tuners/m88rs6000t.h
crypto: akcipher - Drop sign/verify operations
[linux.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 <[email protected]>
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
This page took 0.032484 seconds and 4 git commands to generate.