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

/*
 * 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);

#endif	/* !__MACH_CLOCK_H */