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-se / mach / se7206.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  254 b   |  14 lines

  1. #ifndef __ASM_SH_SE7206_H
  2. #define __ASM_SH_SE7206_H
  3.  
  4. #define PA_SMSC        0x30000000
  5. #define PA_MRSHPC    0x34000000
  6. #define PA_LED        0x31400000
  7.  
  8. void init_se7206_IRQ(void);
  9.  
  10. #define __IO_PREFIX    se7206
  11. #include <asm/io_generic.h>
  12.  
  13. #endif /* __ASM_SH_SE7206_H */
  14.