mirror of
https://github.com/AuxXxilium/arc-lkm.git
synced 2024-11-23 23:00:57 +07:00
9 lines
203 B
C
9 lines
203 B
C
|
#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
|