home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sh / include / mach-common / mach / titan.h < prev   
Encoding:
C/C++ Source or Header  |  2008-12-24  |  398 b   |  18 lines

  1. /*
  2.  * Platform defintions for Titan
  3.  */
  4. #ifndef _ASM_SH_TITAN_H
  5. #define _ASM_SH_TITAN_H
  6.  
  7. #define __IO_PREFIX titan
  8. #include <asm/io_generic.h>
  9.  
  10. /* IRQ assignments */
  11. #define TITAN_IRQ_WAN        2    /* eth0 (WAN) */
  12. #define TITAN_IRQ_LAN        5    /* eth1 (LAN) */
  13. #define TITAN_IRQ_MPCIA        8    /* mPCI A */
  14. #define TITAN_IRQ_MPCIB        11    /* mPCI B */
  15. #define TITAN_IRQ_USB        11    /* USB */
  16.  
  17. #endif /* __ASM_SH_TITAN_H */
  18.