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

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

#endif	/* !__MACH_CLOCK_H */