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

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

extern struct pOS_InputDevice *gb_InputDevice;

/*----------------------------------
-----------------------------------*/
struct pOS_InputLibFunction
{

  ULONG (*pOS_PeekQualifier_func)(_R_LB pOS_InputDevice*);
  UBYTE _d0[8];

  pOS_StdDeviceFunction StdDev;
}; /* => Base */


#endif
