#ifndef _DPU_6_5_QCM2290_H
#define _DPU_6_5_QCM2290_H
static const struct dpu_caps qcm2290_dpu_caps = …;
static const struct dpu_mdp_cfg qcm2290_mdp = …;
static const struct dpu_ctl_cfg qcm2290_ctl[] = …;
static const struct dpu_sspp_cfg qcm2290_sspp[] = …;
static const struct dpu_lm_cfg qcm2290_lm[] = …;
static const struct dpu_dspp_cfg qcm2290_dspp[] = …;
static const struct dpu_pingpong_cfg qcm2290_pp[] = …;
static const struct dpu_intf_cfg qcm2290_intf[] = …;
static const struct dpu_perf_cfg qcm2290_perf_data = …;
static const struct dpu_mdss_version qcm2290_mdss_ver = …;
const struct dpu_mdss_cfg dpu_qcm2290_cfg = …;
#endif