brintos

brintos / linux-shallow public Read only

0
0
Text · 350 B · ab7fa90 Raw
21 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Driver for the internal tuner of Montage M88RS60004 *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 13struct m88rs6000t_config {14	/*15	 * pointer to DVB frontend16	 */17	struct dvb_frontend *fe;18};19 20#endif21