home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / cbm / os-include.lha / os-include / devices / keyboard.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  547b  |  24 lines

  1. #ifndef DEVICES_KEYBOARD_H
  2. #define DEVICES_KEYBOARD_H
  3. /*
  4. **    $VER: keyboard.h 36.0 (1.5.90)
  5. **    Includes Release 40.15
  6. **
  7. **    Keyboard 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     KBD_READEVENT          (CMD_NONSTD+0)
  18. #define     KBD_READMATRIX          (CMD_NONSTD+1)
  19. #define     KBD_ADDRESETHANDLER  (CMD_NONSTD+2)
  20. #define     KBD_REMRESETHANDLER  (CMD_NONSTD+3)
  21. #define     KBD_RESETHANDLERDONE (CMD_NONSTD+4)
  22.  
  23. #endif    /* DEVICES_KEYBOARD_H */
  24.