#ifndef FC2580_PRIV_H
#define FC2580_PRIV_H
#include "fc2580.h"
#include <media/v4l2-ctrls.h>
#include <media/v4l2-subdev.h>
#include <linux/regmap.h>
#include <linux/math64.h>
struct fc2580_reg_val { … };
static const struct fc2580_reg_val fc2580_init_reg_vals[] = …;
struct fc2580_pll { … };
static const struct fc2580_pll fc2580_pll_lut[] = …;
struct fc2580_if_filter { … };
static const struct fc2580_if_filter fc2580_if_filter_lut[] = …;
struct fc2580_freq_regs { … };
static const struct fc2580_freq_regs fc2580_freq_regs_lut[] = …;
struct fc2580_dev { … };
#endif