ip2ioctl.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*******************************************************************************
  2. *
  3. *   (c) 1998 by Computone Corporation
  4. *
  5. ********************************************************************************
  6. *
  7. *
  8. *   PACKAGE:     Linux tty Device Driver for IntelliPort II family of multiport
  9. *                serial I/O controllers.
  10. *
  11. *   DESCRIPTION: Driver constants for configuration and tuning
  12. *
  13. *   NOTES:
  14. *
  15. *******************************************************************************/
  16. #ifndef IP2IOCTL_H
  17. #define IP2IOCTL_H
  18. //*************
  19. //* Constants *
  20. //*************
  21. // High baud rates (if not defined elsewhere.
  22. #ifndef B153600   
  23. # define B153600   0010005
  24. #endif
  25. #ifndef B307200   
  26. # define B307200   0010006
  27. #endif
  28. #ifndef B921600   
  29. # define B921600   0010007
  30. #endif
  31. #endif