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 / plat-s5p / include / plat / s5pv210.h
blob6c93a0c78100e58b6131c61a6e580ff5b9bbd0d7
1 /* linux/arch/arm/plat-s5p/include/plat/s5pv210.h
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * Header file for s5pv210 cpu support
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 /* Common init code for S5PV210 related SoCs */
15 extern void s5pv210_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
16 extern void s5pv210_register_clocks(void);
17 extern void s5pv210_setup_clocks(void);
19 #ifdef CONFIG_CPU_S5PV210
21 extern int s5pv210_init(void);
22 extern void s5pv210_init_irq(void);
23 extern void s5pv210_map_io(void);
24 extern void s5pv210_init_clocks(int xtal);
26 #define s5pv210_init_uarts s5pv210_common_init_uarts
28 #else
29 #define s5pv210_init_clocks NULL
30 #define s5pv210_init_uarts NULL
31 #define s5pv210_map_io NULL
32 #define s5pv210_init NULL
33 #endif