4 by Maciej 'YTM/Elysium' Witkowiak
12 void DoneWithIO(void);
14 void EnterDeskTop(void);
18 void __fastcall__ CallRoutine(void *myRoutine);
20 unsigned GetSerialNumber(void);
23 void __fastcall__ SetDevice(char newdev);
25 char get_ostype(void);
27 /* possible return values of get_ostype, machine and version flags will
28 be combined with OR */
31 #define GEOS4 0x04 /* plus4 geos is not or'ed with version */
34 #define MEGAPATCH3 0x03
42 #define WHEELS 0x40 /* only Wheels? */
46 /* possible return values of get_tv, these flags will be combined
47 note that columns state can be changed during runtime and get_tv
48 always returns the current state */
49 #define COLUMNS40 0x00
50 #define COLUMNS80 0x01