#ifndef _DPU_5_1_SC8180X_H
#define _DPU_5_1_SC8180X_H
static const struct dpu_caps sc8180x_dpu_caps = …;
static const struct dpu_mdp_cfg sc8180x_mdp = …;
static const struct dpu_ctl_cfg sc8180x_ctl[] = …;
static const struct dpu_sspp_cfg sc8180x_sspp[] = …;
static const struct dpu_lm_cfg sc8180x_lm[] = …;
static const struct dpu_dspp_cfg sc8180x_dspp[] = …;
static const struct dpu_pingpong_cfg sc8180x_pp[] = …;
static const struct dpu_merge_3d_cfg sc8180x_merge_3d[] = …;
static const struct dpu_dsc_cfg sc8180x_dsc[] = …;
static const struct dpu_intf_cfg sc8180x_intf[] = …;
static const struct dpu_perf_cfg sc8180x_perf_data = …;
static const struct dpu_mdss_version sc8180x_mdss_ver = …;
const struct dpu_mdss_cfg dpu_sc8180x_cfg = …;
#endif