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

ddbridge-dummy-fe.h (341B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 *  Driver for Dummy Frontend
      4 *
      5 *  Written by Emard <emard@softhome.net>
      6 */
      7
      8#ifndef DDBRIDGE_DUMMY_FE_H
      9#define DDBRIDGE_DUMMY_FE_H
     10
     11#include <linux/dvb/frontend.h>
     12#include <media/dvb_frontend.h>
     13
     14struct dvb_frontend *ddbridge_dummy_fe_qam_attach(void);
     15
     16#endif // DDBRIDGE_DUMMY_FE_H