1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/types.h>
7 extern void pxa168_clk_init(phys_addr_t mpmu_phys
,
9 phys_addr_t apbc_phys
);
10 extern void pxa910_clk_init(phys_addr_t mpmu_phys
,
11 phys_addr_t apmu_phys
,
12 phys_addr_t apbc_phys
,
13 phys_addr_t apbcp_phys
);
14 extern void mmp2_clk_init(phys_addr_t mpmu_phys
,
15 phys_addr_t apmu_phys
,
16 phys_addr_t apbc_phys
);