home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / devices / input.h next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  749 b   |  29 lines

  1. #ifndef DEVICES_INPUT_H
  2. #define DEVICES_INPUT_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #ifndef EXEC_TYPES_H
  9. #include <exec/types.h>
  10. #endif
  11. #ifndef EXEC_IO_H
  12. #include <exec/io.h>
  13. #endif
  14. #ifndef __INC_POS_DEVICE_INPUT_H
  15. #include "p:Device/Input.h"
  16. #endif
  17.  
  18.  
  19. #define     IND_ADDHANDLER       INDCMD_AddHandler
  20. #define     IND_REMHANDLER       INDCMD_RemHandler
  21. #define     IND_WRITEEVENT       INDCMD_WriteEvent
  22. #define     IND_SETTHRESH       INDCMD_SetThresh
  23. #define     IND_SETPERIOD       INDCMD_SetPeriod
  24. #define     IND_SETMPORT       INDCMD_SetMPort
  25. #define     IND_SETMTYPE       INDCMD_SetMType
  26. #define     IND_SETMTRIG       INDCMD_SetMTrig
  27.  
  28. #endif    /* DEVICES_INPUT_H */
  29.