diff --git a/sys/dev/hwpmc/hwpmc_dmc620.h b/sys/dev/hwpmc/hwpmc_dmc620.h index f007d7865c2..de8219337f2 100644 --- a/sys/dev/hwpmc/hwpmc_dmc620.h +++ b/sys/dev/hwpmc/hwpmc_dmc620.h @@ -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_ */ -