GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-u300 / include / mach / platform.h
blob77d9210a82e294f6c9d82e6ec535dd02ba382ddc
1 /*
3 * arch/arm/mach-u300/include/mach/platform.h
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>
12 #ifndef __ASSEMBLY__
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;
19 #endif