cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

m88rs6000t.h (350B)


      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
     13struct m88rs6000t_config {
     14	/*
     15	 * pointer to DVB frontend
     16	 */
     17	struct dvb_frontend *fe;
     18};
     19
     20#endif