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-ns9xxx / include / mach / module.h
blobf851a6b7da6cbfed57aab8f073844cba3704345c
1 /*
2 * arch/arm/mach-ns9xxx/include/mach/module.h
4 * Copyright (C) 2007 by Digi International Inc.
5 * All rights reserved.
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published by
9 * the Free Software Foundation.
11 #ifndef __ASM_ARCH_MODULE_H
12 #define __ASM_ARCH_MODULE_H
14 #include <asm/mach-types.h>
16 #define module_is_cc7ucamry() (0 \
17 || machine_is_cc7ucamry() \
20 #define module_is_cc9c() (0 \
21 || machine_is_cc9c() \
24 #define module_is_cc9p9210() (0 \
25 || machine_is_cc9p9210() \
26 || machine_is_cc9p9210js() \
29 #define module_is_cc9p9215() (0 \
30 || machine_is_cc9p9215() \
31 || machine_is_cc9p9215js() \
34 #define module_is_cc9p9360() (0 \
35 || machine_is_a9m9360() \
36 || machine_is_cc9p9360dev() \
37 || machine_is_cc9p9360js() \
38 || machine_is_cc9p9360val() \
41 #define module_is_cc9p9750() (0 \
42 || machine_is_a9m9750() \
43 || machine_is_cc9p9750dev() \
44 || machine_is_cc9p9750js() \
45 || machine_is_cc9p9750val() \
48 #define module_is_ccw9c() (0 \
49 || machine_is_ccw9c() \
52 #define module_is_inc20otter() (0 \
53 || machine_is_inc20otter() \
56 #define module_is_otter() (0 \
57 || machine_is_otter() \
60 #endif /* ifndef __ASM_ARCH_MODULE_H */