[media] v1.88 DM04/QQBOX Move remote to use rc_core dvb-usb-remote
[pandora-kernel.git] / arch / arm / mach-ns9xxx / include / mach / module.h
1 /*
2  * arch/arm/mach-ns9xxx/include/mach/module.h
3  *
4  * Copyright (C) 2007 by Digi International Inc.
5  * All rights reserved.
6  *
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.
10  */
11 #ifndef __ASM_ARCH_MODULE_H
12 #define __ASM_ARCH_MODULE_H
13
14 #include <asm/mach-types.h>
15
16 #define module_is_cc7ucamry()   (0                      \
17                 || machine_is_cc7ucamry()               \
18                 )
19
20 #define module_is_cc9c()        (0                      \
21                 )
22
23 #define module_is_cc9p9210()    (0                      \
24                 || machine_is_cc9p9210()                \
25                 || machine_is_cc9p9210js()              \
26                 )
27
28 #define module_is_cc9p9215()    (0                      \
29                 || machine_is_cc9p9215()                \
30                 || machine_is_cc9p9215js()              \
31                 )
32
33 #define module_is_cc9p9360()    (0                      \
34                 || machine_is_cc9p9360dev()             \
35                 || machine_is_cc9p9360js()              \
36                 )
37
38 #define module_is_cc9p9750()    (0                      \
39                 || machine_is_a9m9750()                 \
40                 || machine_is_cc9p9750js()              \
41                 || machine_is_cc9p9750val()             \
42                 )
43
44 #define module_is_ccw9c()       (0                      \
45                 )
46
47 #define module_is_inc20otter()  (0                      \
48                 || machine_is_inc20otter()              \
49                 )
50
51 #define module_is_otter()       (0                      \
52                 || machine_is_otter()                   \
53                 )
54
55 #endif /* ifndef __ASM_ARCH_MODULE_H */