summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/clock.h
blob: f86152f7af5039266a08d0281fc7c0990f68f22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

/*
 * clock.h - definitions of the PXA clock functions
 *
 * Copyright (C) 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
 *
 * This file is released under the GPLv2
 *
 */

#ifndef __MACH_CLOCK_H
#define __MACH_CLOCK_H

unsigned long pxa_get_uartclk(void);
unsigned long pxa_get_mmcclk(void);
unsigned long pxa_get_lcdclk(void);
unsigned long pxa_get_pwmclk(void);

#endif	/* !__MACH_CLOCK_H */