home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / devices / keyboard.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  459 b   |  20 lines

  1.     IFND    DEVICES_KEYBOARD_I
  2. DEVICES_KEYBOARD_I    EQU    1
  3. *    $Filename: devices/keyboard.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.0 $
  6. *    $Date: 90/05/01 $
  7. *    Keyboard device command definitions
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_IO_I
  11.     INCLUDE    "exec/io.i"
  12.     ENDC
  13.     DEVINIT
  14.     DEVCMD    KBD_READEVENT
  15.     DEVCMD    KBD_READMATRIX
  16.     DEVCMD    KBD_ADDRESETHANDLER
  17.     DEVCMD    KBD_REMRESETHANDLER
  18.     DEVCMD    KBD_RESETHANDLERDONE
  19.     ENDC
  20.