mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00

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>
8 lines
159 B
C
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____
|