/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) Copyright (c) 2023 Andes Technology Corporation */ #ifndef _RISCV_ANDES_PMU_H #define _RISCV_ANDES_PMU_H #include #include #include int andes_pmu_init(const struct fdt_match *match); int andes_pmu_extensions_init(const struct fdt_match *match, struct sbi_hart_features *hfeatures); #endif /* _RISCV_ANDES_PMU_H */