#ifndef _DPU_6_0_SM8250_H
#define _DPU_6_0_SM8250_H
static const struct dpu_caps sm8250_dpu_caps = …;
static const struct dpu_mdp_cfg sm8250_mdp = …;
static const struct dpu_ctl_cfg sm8250_ctl[] = …;
static const struct dpu_sspp_cfg sm8250_sspp[] = …;
static const struct dpu_lm_cfg sm8250_lm[] = …;
static const struct dpu_dspp_cfg sm8250_dspp[] = …;
static const struct dpu_pingpong_cfg sm8250_pp[] = …;
static const struct dpu_merge_3d_cfg sm8250_merge_3d[] = …;
static const struct dpu_dsc_cfg sm8250_dsc[] = …;
static const struct dpu_intf_cfg sm8250_intf[] = …;
static const struct dpu_wb_cfg sm8250_wb[] = …;
static const struct dpu_perf_cfg sm8250_perf_data = …;
static const struct dpu_mdss_version sm8250_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sm8250_cfg = …;
#endif