#ifndef _DPU_6_3_SM6115_H
#define _DPU_6_3_SM6115_H
static const struct dpu_caps sm6115_dpu_caps = …;
static const struct dpu_mdp_cfg sm6115_mdp = …;
static const struct dpu_ctl_cfg sm6115_ctl[] = …;
static const struct dpu_sspp_cfg sm6115_sspp[] = …;
static const struct dpu_lm_cfg sm6115_lm[] = …;
static const struct dpu_dspp_cfg sm6115_dspp[] = …;
static const struct dpu_pingpong_cfg sm6115_pp[] = …;
static const struct dpu_intf_cfg sm6115_intf[] = …;
static const struct dpu_perf_cfg sm6115_perf_data = …;
static const struct dpu_mdss_version sm6115_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sm6115_cfg = …;
#endif