diff options
Diffstat (limited to 'include/linux/clk')
| -rw-r--r-- | include/linux/clk/mmp.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/clk/mmp.h b/include/linux/clk/mmp.h new file mode 100644 index 000000000000..607321fa2c2b --- /dev/null +++ b/include/linux/clk/mmp.h | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #ifndef __CLK_MMP_H | ||
| 2 | #define __CLK_MMP_H | ||
| 3 | |||
| 4 | #include <linux/types.h> | ||
| 5 | |||
| 6 | extern void pxa168_clk_init(phys_addr_t mpmu_phys, | ||
| 7 | phys_addr_t apmu_phys, | ||
| 8 | phys_addr_t apbc_phys); | ||
| 9 | extern void pxa910_clk_init(phys_addr_t mpmu_phys, | ||
| 10 | phys_addr_t apmu_phys, | ||
| 11 | phys_addr_t apbc_phys, | ||
| 12 | phys_addr_t apbcp_phys); | ||
| 13 | extern void mmp2_clk_init(phys_addr_t mpmu_phys, | ||
| 14 | phys_addr_t apmu_phys, | ||
| 15 | phys_addr_t apbc_phys); | ||
| 16 | |||
| 17 | #endif | ||
