make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / include / asm-ppc / mpc8260.h
1 /*
2  * BK Id: SCCS/s.mpc8260.h 1.15 08/13/02 21:52:58 paulus
3  */
4
5 /* This is the single file included by all MPC8260 build options.
6  * Since there are many different boards and no standard configuration,
7  * we have a unique include file for each.  Rather than change every
8  * file that has to include MPC8260 configuration, they all include
9  * this one and the configuration switching is done here.
10  */
11 #ifdef __KERNEL__
12 #ifndef __CONFIG_8260_DEFS
13 #define __CONFIG_8260_DEFS
14
15 #include <linux/config.h>
16
17 #ifdef CONFIG_8260
18
19 #ifdef CONFIG_EST8260
20 #include <platforms/est8260.h>
21 #endif
22
23 #ifdef CONFIG_SBS8260
24 #include <platforms/sbs8260.h>
25 #endif
26
27 #ifdef CONFIG_RPX6
28 #include <platforms/rpxsuper.h>
29 #endif
30
31 #ifdef CONFIG_WILLOW
32 #include <platforms/willow.h>
33 #endif
34
35 #ifdef CONFIG_TQM8260
36 #include <platforms/tqm8260.h>
37 #endif
38
39 /* I don't yet have the ISA or PCI stuff done....no 8260 with
40  * such thing.....
41  */
42 #define _IO_BASE        0
43 #define _ISA_MEM_BASE   0
44 #define PCI_DRAM_OFFSET 0
45
46 /* The "residual" data board information structure the boot loader
47  * hands to us.
48  */
49 extern unsigned char __res[];
50
51 /* I need this to get pt_regs.......
52 */
53 #include <asm/ptrace.h>
54
55 extern int request_8xxirq(unsigned int irq,
56                        void (*handler)(int, void *, struct pt_regs *),
57                        unsigned long flags, 
58                        const char *device,
59                        void *dev_id);
60
61 #endif /* CONFIG_8260 */
62 #endif /* !__CONFIG_8260_DEFS */
63 #endif /* __KERNEL__ */