#ifndef __INC_POS_DEVICE_INPUT_H
#define __INC_POS_DEVICE_INPUT_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>Input.h<<   07 Jan 1997    09:23:03 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_DEVICE_H
#include <pExec/Device.h>
#endif

 struct pOS_InputDevice {struct pOS_Device Dev; };


enum pOS_InputIOReqCommands
{
 INDCMD_AddHandler=CMD_NONSTD,
 INDCMD_RemHandler,
 INDCMD_WriteEvent,
 INDCMD_SetThresh,
 INDCMD_SetPeriod,
 INDCMD_SetMPort,
 INDCMD_SetMType,
 INDCMD_SetMTrig
};


#endif
