pmc: unhide struct pmc_md_dmc620_pmu_op_pmcallocate

Fix build after e3572eb654 as
struct pmc_md_dmc620_pmu_op_pmcallocate is needed when building
libpmc/pmclog.c as it is partof the public API via machine/pmc_mdep.h.
This commit is contained in:
Bjoern A. Zeeb 2022-06-27 00:37:23 +00:00
parent dd2fd62184
commit af8317c31a

View file

@ -39,12 +39,12 @@ struct pmc_md_dmc620_pmc {
uint64_t pm_mask;
};
#endif /* _KERNEL */
struct pmc_md_dmc620_pmu_op_pmcallocate {
uint64_t pm_dmc620_match;
uint64_t pm_dmc620_mask;
uint32_t pm_dmc620_config;
};
#endif /* _KERNEL */
#endif /* _DEV_HWPMC_DMC620_H_ */