#ifndef _DPU_8_1_SM8450_H
#define _DPU_8_1_SM8450_H
static const struct dpu_caps sm8450_dpu_caps = …;
static const struct dpu_mdp_cfg sm8450_mdp = …;
static const struct dpu_ctl_cfg sm8450_ctl[] = …;
static const struct dpu_sspp_cfg sm8450_sspp[] = …;
static const struct dpu_lm_cfg sm8450_lm[] = …;
static const struct dpu_dspp_cfg sm8450_dspp[] = …;
static const struct dpu_pingpong_cfg sm8450_pp[] = …;
static const struct dpu_merge_3d_cfg sm8450_merge_3d[] = …;
static const struct dpu_dsc_cfg sm8450_dsc[] = …;
static const struct dpu_wb_cfg sm8450_wb[] = …;
static const struct dpu_intf_cfg sm8450_intf[] = …;
static const struct dpu_perf_cfg sm8450_perf_data = …;
static const struct dpu_mdss_version sm8450_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sm8450_cfg = …;
#endif