Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cris-mirror.git] / include / linux / clk / mmp.h
blob4451304603805afd76272363c9bcf0fca4f9ec04
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __CLK_MMP_H
3 #define __CLK_MMP_H
5 #include <linux/types.h>
7 extern void pxa168_clk_init(phys_addr_t mpmu_phys,
8 phys_addr_t apmu_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);
18 #endif