mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-30 09:56:33 +01:00
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>
This commit is contained in:

committed by
Anup Patel

parent
c1a6987447
commit
8e941e7fe3
7
platform/generic/include/thead/c9xx_pmu.h
Normal file
7
platform/generic/include/thead/c9xx_pmu.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#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____
|
Reference in New Issue
Block a user