#ifndef _DPU_3_2_SDM660_H
#define _DPU_3_2_SDM660_H
static const struct dpu_caps sdm660_dpu_caps = …;
static const struct dpu_mdp_cfg sdm660_mdp = …;
static const struct dpu_ctl_cfg sdm660_ctl[] = …;
static const struct dpu_sspp_cfg sdm660_sspp[] = …;
static const struct dpu_lm_cfg sdm660_lm[] = …;
static const struct dpu_pingpong_cfg sdm660_pp[] = …;
static const struct dpu_dsc_cfg sdm660_dsc[] = …;
static const struct dpu_dspp_cfg sdm660_dspp[] = …;
static const struct dpu_intf_cfg sdm660_intf[] = …;
static const struct dpu_perf_cfg sdm660_perf_data = …;
static const struct dpu_mdss_version sdm660_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sdm660_cfg = …;
#endif