#ifndef _DPU_4_0_SDM845_H
#define _DPU_4_0_SDM845_H
static const struct dpu_caps sdm845_dpu_caps = …;
static const struct dpu_mdp_cfg sdm845_mdp = …;
static const struct dpu_ctl_cfg sdm845_ctl[] = …;
static const struct dpu_sspp_cfg sdm845_sspp[] = …;
static const struct dpu_lm_cfg sdm845_lm[] = …;
static const struct dpu_dspp_cfg sdm845_dspp[] = …;
static const struct dpu_pingpong_cfg sdm845_pp[] = …;
static const struct dpu_dsc_cfg sdm845_dsc[] = …;
static const struct dpu_intf_cfg sdm845_intf[] = …;
static const struct dpu_perf_cfg sdm845_perf_data = …;
static const struct dpu_mdss_version sdm845_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sdm845_cfg = …;
#endif