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 / arm / mach-sa1100 / include / mach / lart.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  273 b   |  14 lines

  1. #ifndef _INCLUDE_LART_H
  2. #define _INCLUDE_LART_H
  3.  
  4. #define LART_GPIO_ETH0            GPIO_GPIO0
  5. #define LART_IRQ_ETH0            IRQ_GPIO0
  6.  
  7. #define LART_GPIO_IDE            GPIO_GPIO1
  8. #define LART_IRQ_IDE            IRQ_GPIO1
  9.  
  10. #define LART_GPIO_UCB1200        GPIO_GPIO18
  11. #define LART_IRQ_UCB1200        IRQ_GPIO18
  12.  
  13. #endif
  14.