drv_uart.h 338 B

12345678910111213
  1. #ifndef _UART_EXT_H
  2. #define _UART_EXT_H
  3. #include <drv_types.h>
  4. extern int bXONXOFF;
  5. extern int DisableUART;
  6. extern Ser8250_IOData Ser8250_read_buf;
  7. extern void set_DisableUART(int status);
  8. extern int Ser8250IoctlFun(struct tty_struct *tty, struct file *pFile,unsigned int cmd, unsigned long arg);
  9. #endif // end of #ifndef _UART_EXT_H