redpill-lkm5/shim/pmu_shim.h

9 lines
203 B
C
Raw Normal View History

2022-12-16 19:34:30 +07:00
#ifndef REDPILL_PMU_SHIM_H
#define REDPILL_PMU_SHIM_H
typedef struct hw_config hw_config_;
int register_pmu_shim(const struct hw_config *hw);
int unregister_pmu_shim(void);
#endif //REDPILL_PMU_SHIM_H