Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[pandora-kernel.git] / arch / arm / mach-u300 / include / mach / platform.h
1 /*
2  *
3  * arch/arm/mach-u300/include/mach/platform.h
4  *
5  *
6  * Copyright (C) 2006-2009 ST-Ericsson AB
7  * License terms: GNU General Public License (GPL) version 2
8  * Basic platform init and mapping functions.
9  * Author: Linus Walleij <linus.walleij@stericsson.com>
10  */
11
12 #ifndef __ASSEMBLY__
13
14 void u300_map_io(void);
15 void u300_init_irq(void);
16 void u300_init_devices(void);
17 extern struct sys_timer u300_timer;
18
19 #endif