home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm / arch-sa1100 / lart.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  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.