Imported Upstream version 2.9.0
[debian/cc1111] / sim / ucsim / gui.src / serio.src / config.h
1 /******************************************************************************
2  * to emulate the serial input and output of an 8051 controller               *
3  * config.h - general defintions                                              *
4  ******************************************************************************/
5
6 #ifndef DEF_INFILE
7 // the processors serial output
8 #define DEF_INFILE "/tmp/out"
9 #endif
10
11 #ifndef DEF_OUTFILE
12 // the processors serial input
13 #define DEF_OUTFILE "/tmp/in"
14 #endif
15
16 #define MAX_SIZ 1024