MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / drivers / net / cs89x0_fct.h
blobbc6702f0d73b826bd62de3beb37d8202e24de8c7
2 /* linux/drivers/net/cs89x0_fct.h: arch/platform specific code for CS89x0
4 * Copyright (C) 2004 Georges Menie
6 */
8 #ifdef CONFIG_M68328
9 #include <asm/cs89x0_fct.h>
10 #endif
12 #ifdef CONFIG_M68EZ328
13 #include <asm/cs89x0_fct.h>
14 #endif
16 #ifdef CONFIG_M68VZ328
17 #include <asm/cs89x0_fct.h>
18 #endif
20 #ifdef CONFIG_EXCALIBUR
21 #include <asm/cs89x0_fct.h>
22 #endif
24 #ifdef CONFIG_ARCH_TA7S
25 #include <asm/cs89x0_fct.h>
26 #endif
28 #ifdef CONFIG_HYPERSTONE
29 #include <asm/cs89x0_fct.h>
30 #endif
32 #ifdef CONFIG_MACH_DM270
33 #include <asm/arch/cs89x0_fct.h>
34 #endif