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

 $AUT Holger Burkarth
 $DAT >>SpCon.h<<   14 Sep 1996    09:39:54 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_DEVICE_H
#include <pExec/Device.h>
#endif

extern struct pOS_ConsoleDevice *gb_ConsoleBase;

/*----------------------------------
-----------------------------------*/
struct pOS_ConsoleLibFunction
{

  size_t (*pOS_RawKeyConvert_func)(_R_LB pOS_ConsoleDevice*,_R_A0 const pOS_InputEvent*,
                                      _R_A1 UBYTE*,_R_D0 size_t);
  UBYTE _d1[8];
  size_t (*pOS_MapRawKey_func)(_R_LB pOS_ConsoleDevice*,_R_A0 const pOS_InputEvent*,
                                   _R_A1 UBYTE*,_R_D0 size_t,_R_A2 const pOS_KeyMap*);
  UBYTE _d0[8];

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


#endif
