#ifndef DEVICES_INPUT_H
#define DEVICES_INPUT_H

/*******************************************************************
 pOS / Amiga adapt
*******************************************************************/

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef EXEC_IO_H
#include <exec/io.h>
#endif
#ifndef __INC_POS_DEVICE_INPUT_H
#include "p:pDevice/Input.h"
#endif


#define  IND_ADDHANDLER    INDCMD_AddHandler
#define  IND_REMHANDLER    INDCMD_RemHandler
#define  IND_WRITEEVENT    INDCMD_WriteEvent
#define  IND_SETTHRESH     INDCMD_SetThresh
#define  IND_SETPERIOD     INDCMD_SetPeriod
#define  IND_SETMPORT      INDCMD_SetMPort
#define  IND_SETMTYPE      INDCMD_SetMType
#define  IND_SETMTRIG      INDCMD_SetMTrig

#endif  /* DEVICES_INPUT_H */
