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

 $AUT Holger Burkarth
 $DAT >>Keys.h<<   05 Nov 1995    13:35:52 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_DEVICE_IEVENT_H
#include <pDevice/IEvent.h>
#endif


enum pOS_Keys
{
  pOSKEY_CSI=0x9b

};

#endif
