summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx/include/mach/clocks.h
blob: 4e1a903e799cb806a8276016a61c42d66f099220 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_ARCH_CLOCKS_H
#define __ASM_ARCH_CLOCKS_H

unsigned long get_bus_clock(void);
unsigned long get_cpu_clock(void);
unsigned long get_ipb_clock(void);
unsigned long get_pci_clock(void);
unsigned long get_timebase_clock(void);

#endif /* __ASM_ARCH_CLOCKS_H */