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

 $AUT Holger Burkarth
 $DAT >>console_protos.c<<   29 Nov 1996    18:41:05 - (C) ProDAD
*******************************************************************/
#pragma -

#define NOMYDEBUG


#include <exec/types.h>

#ifndef __INC_POS_PROTO_PCONSOLE2_H
#include <pProto/pConsole2.h>
#endif



LONG RawKeyConvert(struct InputEvent *events,STRPTR buffer,long length,struct KeyMap *keyMap)
  {
    return( pOS_MapRawKey((APTR)events,buffer,length,(struct pOS_KeyMap*)keyMap) );
  }









#ifdef __IGNORE_NOT_SUPPORTED__

struct InputEvent *CDInputHandler(struct InputEvent *events,struct Library *consoleDevice)
{return(0);}

#endif /** __IGNORE_NOT_SUPPORTED__ **/


#endif   /* CLIB_CONSOLE_PROTOS_H */
