/*******************************************************************************
project: radicon scscs pc driver (i486)
module: kisl1.c
authors: (c) 1993, 94 by Radicon Ltd.
revised 2000 for Institut fuer Informatik, HU-Berlin by
Sebastian Luehnsdorf (luehnsdo@informatik.hu-berlin.de)
Alexander Schad (schad@informatik.hu-berlin.de)
*******************************************************************************/
/*******************************************************************************
module initialization
*******************************************************************************/
/* include standard header files */
#include <stdio.h>
/* include custom header files */
#include "dfkisl.h"
#include "prkmpt1.h"
#include "radicon.h"
/* include FakeDevice support */
extern int FakeDevice;
extern int FakeData;
#ifdef DEBUG
extern int retspot_set;
extern int retspot_beg;
extern int retspot_get;
extern int retspot_init;
extern int retspot_tr;
extern int retspot_rc;
extern int retspot_out;
extern int retspot_in;
#endif // def DEBUG
/* buffer for the program (scs.prg) 2032 Bytes (0x7f0)*/
unsigned char bufprg[LNGPRG];
/* buffer receive/transmit message */
unsigned char bufmsg[LNGMSG];
|