#ifndef _DPU_8_0_SC8280XP_H
#define _DPU_8_0_SC8280XP_H
static const struct dpu_caps sc8280xp_dpu_caps = …;
static const struct dpu_mdp_cfg sc8280xp_mdp = …;
static const struct dpu_ctl_cfg sc8280xp_ctl[] = …;
static const struct dpu_sspp_cfg sc8280xp_sspp[] = …;
static const struct dpu_lm_cfg sc8280xp_lm[] = …;
static const struct dpu_dspp_cfg sc8280xp_dspp[] = …;
static const struct dpu_pingpong_cfg sc8280xp_pp[] = …;
static const struct dpu_merge_3d_cfg sc8280xp_merge_3d[] = …;
static const struct dpu_dsc_cfg sc8280xp_dsc[] = …;
static const struct dpu_intf_cfg sc8280xp_intf[] = …;
static const struct dpu_perf_cfg sc8280xp_perf_data = …;
static const struct dpu_mdss_version sc8280xp_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sc8280xp_cfg = …;
#endif