mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
dd2fd62184
commit
af8317c31a
1 changed files with 2 additions and 2 deletions
|
|
@ -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_ */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue