#ifndef _DPU_6_2_SC7180_H
#define _DPU_6_2_SC7180_H
static const struct dpu_caps sc7180_dpu_caps = …;
static const struct dpu_mdp_cfg sc7180_mdp = …;
static const struct dpu_ctl_cfg sc7180_ctl[] = …;
static const struct dpu_sspp_cfg sc7180_sspp[] = …;
static const struct dpu_lm_cfg sc7180_lm[] = …;
static const struct dpu_dspp_cfg sc7180_dspp[] = …;
static const struct dpu_pingpong_cfg sc7180_pp[] = …;
static const struct dpu_intf_cfg sc7180_intf[] = …;
static const struct dpu_wb_cfg sc7180_wb[] = …;
static const struct dpu_perf_cfg sc7180_perf_data = …;
static const struct dpu_mdss_version sc7180_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sc7180_cfg = …;
#endif