home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / at-inc-bin.lha / os-include / devices / input.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  639b  |  27 lines

  1. #ifndef DEVICES_INPUT_H
  2. #define DEVICES_INPUT_H
  3. /*
  4. **    $VER: input.h 36.0 (1.5.90)
  5. **    Includes Release 40.15
  6. **
  7. **    input device command definitions
  8. **
  9. **    (C) Copyright 1985-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef        EXEC_IO_H
  14. #include "exec/io.h"
  15. #endif
  16.  
  17. #define     IND_ADDHANDLER       (CMD_NONSTD+0)
  18. #define     IND_REMHANDLER       (CMD_NONSTD+1)
  19. #define     IND_WRITEEVENT       (CMD_NONSTD+2)
  20. #define     IND_SETTHRESH       (CMD_NONSTD+3)
  21. #define     IND_SETPERIOD       (CMD_NONSTD+4)
  22. #define     IND_SETMPORT       (CMD_NONSTD+5)
  23. #define     IND_SETMTYPE       (CMD_NONSTD+6)
  24. #define     IND_SETMTRIG       (CMD_NONSTD+7)
  25.  
  26. #endif    /* DEVICES_INPUT_H */
  27.