#ifndef E4000_PRIV_H
#define E4000_PRIV_H
#include "e4000.h"
#include <linux/math64.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-subdev.h>
#include <linux/regmap.h>
struct e4000_dev { … };
struct e4000_pll { … };
static const struct e4000_pll e4000_pll_lut[] = …;
struct e4000_lna_filter { … };
static const struct e4000_lna_filter e400_lna_filter_lut[] = …;
struct e4000_band { … };
static const struct e4000_band e4000_band_lut[] = …;
struct e4000_if_filter { … };
static const struct e4000_if_filter e4000_if_filter_lut[] = …;
struct e4000_if_gain { … };
static const struct e4000_if_gain e4000_if_gain_lut[] = …;
#endif