keyboard.h
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:1k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. /*
  2.  * keyboard.h Constants to talk to the keyboard driver.
  3.  *
  4.  * This file is part of the minicom communications package,
  5.  * Copyright 1991-1995 Miquel van Smoorenburg.
  6.  *
  7.  * This program is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU General Public License
  9.  * as published by the Free Software Foundation; either version
  10.  * 2 of the License, or (at your option) any later version.
  11.  */
  12. #define KSTOP 1
  13. #define KKPST 2
  14. #define KVT100 3
  15. #define KANSI 4
  16. #define KMINIX 5
  17. #define KSTART 6
  18. #define KKPAPP 7
  19. #define KCURST   8
  20. #define KCURAPP 9
  21. #define KSIGIO 10
  22. #define KSETESC 11
  23. #define KSETBS 12
  24. #define KGETKEY 13
  25. #if defined (_COHERENT) && !defined(SIGUSR1)
  26. #  define SIGUSR1 SIGDIVE
  27. #  define SIGUSR2 SIGOVFL
  28. #endif
  29. #define HELLO SIGUSR1
  30. #define ACK SIGUSR2
  31. #define KINSTALL  100
  32. #define KUNINSTALL 101