#ifndef _DPU_7_2_SC7280_H
#define _DPU_7_2_SC7280_H
static const struct dpu_caps sc7280_dpu_caps = …;
static const struct dpu_mdp_cfg sc7280_mdp = …;
static const struct dpu_ctl_cfg sc7280_ctl[] = …;
static const struct dpu_sspp_cfg sc7280_sspp[] = …;
static const struct dpu_lm_cfg sc7280_lm[] = …;
static const struct dpu_dspp_cfg sc7280_dspp[] = …;
static const struct dpu_pingpong_cfg sc7280_pp[] = …;
static const struct dpu_dsc_cfg sc7280_dsc[] = …;
static const struct dpu_wb_cfg sc7280_wb[] = …;
static const struct dpu_intf_cfg sc7280_intf[] = …;
static const struct dpu_perf_cfg sc7280_perf_data = …;
static const struct dpu_mdss_version sc7280_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sc7280_cfg = …;
#endif