#ifndef _DPU_5_2_SM7150_H
#define _DPU_5_2_SM7150_H
static const struct dpu_caps sm7150_dpu_caps = …;
static const struct dpu_mdp_cfg sm7150_mdp = …;
static const struct dpu_ctl_cfg sm7150_ctl[] = …;
static const struct dpu_sspp_cfg sm7150_sspp[] = …;
static const struct dpu_lm_cfg sm7150_lm[] = …;
static const struct dpu_dspp_cfg sm7150_dspp[] = …;
static const struct dpu_pingpong_cfg sm7150_pp[] = …;
static const struct dpu_merge_3d_cfg sm7150_merge_3d[] = …;
static const struct dpu_dsc_cfg sm7150_dsc[] = …;
static const struct dpu_intf_cfg sm7150_intf[] = …;
static const struct dpu_wb_cfg sm7150_wb[] = …;
static const struct dpu_perf_cfg sm7150_perf_data = …;
static const struct dpu_mdss_version sm7150_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sm7150_cfg = …;
#endif