mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
14 lines
413 B
C
14 lines
413 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
//
|
|
// Copyright 2019 Madhavan Srinivasan, IBM Corporation.
|
|
|
|
extern int init_ppc970_pmu(void);
|
|
extern int init_power5_pmu(void);
|
|
extern int init_power5p_pmu(void);
|
|
extern int init_power6_pmu(void);
|
|
extern int init_power7_pmu(void);
|
|
extern int init_power8_pmu(void);
|
|
extern int init_power9_pmu(void);
|
|
extern int init_power10_pmu(void);
|
|
extern int init_generic_compat_pmu(void);
|