home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
os-include
/
devices
/
keyboard.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-15
|
547b
|
24 lines
#ifndef DEVICES_KEYBOARD_H
#define DEVICES_KEYBOARD_H
/*
** $VER: keyboard.h 36.0 (1.5.90)
** Includes Release 40.15
**
** Keyboard device command definitions
**
** (C) Copyright 1985-1993 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef EXEC_IO_H
#include "exec/io.h"
#endif
#define KBD_READEVENT (CMD_NONSTD+0)
#define KBD_READMATRIX (CMD_NONSTD+1)
#define KBD_ADDRESETHANDLER (CMD_NONSTD+2)
#define KBD_REMRESETHANDLER (CMD_NONSTD+3)
#define KBD_RESETHANDLERDONE (CMD_NONSTD+4)
#endif /* DEVICES_KEYBOARD_H */