~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-ppc/mpc8260.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 
  2 /* This is the single file included by all MPC8260 build options.
  3  * Since there are many different boards and no standard configuration,
  4  * we have a unique include file for each.  Rather than change every
  5  * file that has to include MPC8260 configuration, they all include
  6  * this one and the configuration switching is done here.
  7  */
  8 #ifdef __KERNEL__
  9 #ifndef __CONFIG_8260_DEFS
 10 #define __CONFIG_8260_DEFS
 11 
 12 #include <linux/config.h>
 13 
 14 #ifdef CONFIG_8260
 15 
 16 #ifdef CONFIG_EST8260
 17 #include <asm/est8260.h>
 18 #endif
 19 
 20 /* I don't yet have the ISA or PCI stuff done....no 8260 with
 21  * such thing.....
 22  */
 23 #define _IO_BASE        0
 24 #define _ISA_MEM_BASE   0
 25 #define PCI_DRAM_OFFSET 0
 26 
 27 /* The "residual" data board information structure the boot loader
 28  * hands to us.
 29  */
 30 extern unsigned char __res[];
 31 
 32 /* I need this to get pt_regs.......
 33 */
 34 #include <asm/ptrace.h>
 35 
 36 extern int request_8xxirq(unsigned int irq,
 37                        void (*handler)(int, void *, struct pt_regs *),
 38                        unsigned long flags, 
 39                        const char *device,
 40                        void *dev_id);
 41 
 42 #endif /* CONFIG_8260 */
 43 #endif
 44 #endif /* __KERNEL__ */
 45 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.