#ifndef _DPU_3_3_SDM630_H
#define _DPU_3_3_SDM630_H
static const struct dpu_caps sdm630_dpu_caps = …;
static const struct dpu_mdp_cfg sdm630_mdp = …;
static const struct dpu_ctl_cfg sdm630_ctl[] = …;
static const struct dpu_sspp_cfg sdm630_sspp[] = …;
static const struct dpu_lm_cfg sdm630_lm[] = …;
static const struct dpu_pingpong_cfg sdm630_pp[] = …;
static const struct dpu_dspp_cfg sdm630_dspp[] = …;
static const struct dpu_intf_cfg sdm630_intf[] = …;
static const struct dpu_perf_cfg sdm630_perf_data = …;
static const struct dpu_mdss_version sdm630_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sdm630_cfg = …;
#endif