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-imx / imx-uart.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  154 b   |  11 lines

  1. #ifndef ASMARM_ARCH_UART_H
  2. #define ASMARM_ARCH_UART_H
  3.  
  4. #define IMXUART_HAVE_RTSCTS (1<<0)
  5.  
  6. struct imxuart_platform_data {
  7.     unsigned int flags;
  8. };
  9.  
  10. #endif
  11.