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 / s5pc100.h
blob5f6099dd7cad25b8426de71020b99d86f8543665
1 /* arch/arm/plat-s5p/include/plat/s5pc100.h
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * Header file for s5pc100 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 S5PC100 related SoCs */
15 extern void s5pc100_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
16 extern void s5pc100_register_clocks(void);
17 extern void s5pc100_setup_clocks(void);
19 #ifdef CONFIG_CPU_S5PC100
21 extern int s5pc100_init(void);
22 extern void s5pc100_init_irq(void);
23 extern void s5pc100_map_io(void);
24 extern void s5pc100_init_clocks(int xtal);
26 #define s5pc100_init_uarts s5pc100_common_init_uarts
28 #else
29 #define s5pc100_init_clocks NULL
30 #define s5pc100_init_uarts NULL
31 #define s5pc100_map_io NULL
32 #define s5pc100_init NULL
33 #endif