Files
opensbi/platform/generic/include/thead/c9xx_pmu.h
Inochi Amaoto 8e941e7fe3 platform: generic: thead: separate implement of T-HEAD c9xx pmu
Separate the implement of T-HEAD c9xx pmu to allow any platform with
c9xx cores can use it.

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2023-11-14 21:53:45 +05:30

8 lines
159 B
C

#ifndef __RISCV_THEAD_C9XX_PMU_H____
#define __RISCV_THEAD_C9XX_PMU_H____
void thead_c9xx_register_pmu_device(void);
#endif // __RISCV_THEAD_C9XX_PMU_H____