1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  *  This is a direct copy of the ev96100.h file, with a global
3384740dcSRalf Baechle  * search and replace.  The numbers are the same.
4384740dcSRalf Baechle  *
5384740dcSRalf Baechle  *  The reason I'm duplicating this is so that the 64120/96100
6384740dcSRalf Baechle  * defines won't be confusing in the source code.
7384740dcSRalf Baechle  */
8384740dcSRalf Baechle #ifndef _ASM_MACH_MIPS_MACH_GT64120_DEP_H
9384740dcSRalf Baechle #define _ASM_MACH_MIPS_MACH_GT64120_DEP_H
10384740dcSRalf Baechle 
11384740dcSRalf Baechle #define MIPS_GT_BASE	0x1be00000
12384740dcSRalf Baechle 
13384740dcSRalf Baechle extern unsigned long _pcictrl_gt64120;
14384740dcSRalf Baechle /*
15384740dcSRalf Baechle  *   GT64120 config space base address
16384740dcSRalf Baechle  */
17384740dcSRalf Baechle #define GT64120_BASE	_pcictrl_gt64120
18384740dcSRalf Baechle 
19384740dcSRalf Baechle #endif /* _ASM_MACH_MIPS_MACH_GT64120_DEP_H */
20