1
0
Fork 0

New IOCTL Call.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@418
This commit is contained in:
Sjoerd van der Berg 2002-10-25 15:40:55 +00:00
parent 8dd0a0f8cc
commit f5103f9c94

View file

@ -123,7 +123,7 @@ bool DOS_GetFreeDiskSpace(Bit8u drive,Bit16u * bytes,Bit16u * sectors,Bit16u * c
bool DOS_GetFileAttr(char * name,Bit16u * attr);
/* IOCTL Stuff */
bool DOS_IOCTL(Bit8u call,Bit16u entry);
bool DOS_IOCTL(void);
bool DOS_GetSTDINStatus();
Bit8u DOS_FindDevice(char * name);
void DOS_SetupDevices(void);