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

mxl301rf.h (298B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * MaxLinear MxL301RF OFDM tuner driver
      4 *
      5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
      6 */
      7
      8#ifndef MXL301RF_H
      9#define MXL301RF_H
     10
     11#include <media/dvb_frontend.h>
     12
     13struct mxl301rf_config {
     14	struct dvb_frontend *fe;
     15};
     16
     17#endif /* MXL301RF_H */