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

fc0012-priv.h (342B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Fitipower FC0012 tuner driver - private includes
      4 *
      5 * Copyright (C) 2012 Hans-Frieder Vogt <hfvogt@gmx.net>
      6 */
      7
      8#ifndef _FC0012_PRIV_H_
      9#define _FC0012_PRIV_H_
     10
     11struct fc0012_priv {
     12	struct i2c_adapter *i2c;
     13	const struct fc0012_config *cfg;
     14
     15	u32 frequency;
     16	u32 bandwidth;
     17};
     18
     19#endif