summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/generic.h
blob: e91003e4bef32fdb84f3466f0fd748af63b1b953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  linux/arch/arm/mach-imx/generic.h
 *
 * Author:	Sascha Hauer <sascha@saschahauer.de>
 * Copyright:	Synertronixx GmbH
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

extern void __init imx_map_io(void);
extern void __init imx_init_irq(void);

struct sys_timer;
extern struct sys_timer imx_timer;