--- MiNT/src/purec/osbind.h 2018/04/24 17:56:11 1.1.1.1 +++ MiNT/src/purec/osbind.h 2018/04/24 17:59:15 1.1.1.3 @@ -372,6 +372,14 @@ extern long _PgmSize; +long gemdos( void, ... ); + +long bios( void, ... ); + +long xbios( void, ... ); + + + /****** Tos *************************************************************/ @@ -478,6 +486,10 @@ int Frename( int zero, const char *o int Fdatime( short *timeptr, int handle, int wflag ); +int Fcntl( int f, long arg, int cmd ); + + + /****** TOS 030 Gemdos Extension ****************************************/ @@ -566,7 +578,7 @@ void Midiws( int cnt, void *ptr ); void Mfpint( int erno, void (*vector)() ); -IOREC *Iorec( int dev ); +void *Iorec( int dev ); long Rsconf( int baud, int ctr, int ucr, int rsr, int tsr, int scr );