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 / s5p6442.h
blob7b8801349c942e9ea4230ea96bb7a1049689270c
1 /* arch/arm/plat-s5p/include/plat/s5p6442.h
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * Header file for s5p6442 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 S5P6442 related SoCs */
15 extern void s5p6442_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
16 extern void s5p6442_register_clocks(void);
17 extern void s5p6442_setup_clocks(void);
19 #ifdef CONFIG_CPU_S5P6442
21 extern int s5p6442_init(void);
22 extern void s5p6442_init_irq(void);
23 extern void s5p6442_map_io(void);
24 extern void s5p6442_init_clocks(int xtal);
26 #define s5p6442_init_uarts s5p6442_common_init_uarts
28 #else
29 #define s5p6442_init_clocks NULL
30 #define s5p6442_init_uarts NULL
31 #define s5p6442_map_io NULL
32 #define s5p6442_init NULL
33 #endif