Added tgi_ioctl
git-svn-id: svn://svn.cc65.org/cc65/trunk@3252 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 2002-2003 Ullrich von Bassewitz */
|
||||
/* (C) 2002-2004 Ullrich von Bassewitz */
|
||||
/* R<>merstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
@@ -209,6 +209,12 @@ void __fastcall__ tgi_outtextxy (int x, int y, const char* s);
|
||||
* the end of the text.
|
||||
*/
|
||||
|
||||
unsigned __fastcall__ tgi_ioctl (unsigned char code, unsigned val);
|
||||
/* Call the driver specific control function. What this function does for
|
||||
* a specific code depends on the driver. The driver will set an error
|
||||
* for unknown codes or values.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* End of tgi.h */
|
||||
|
||||
Reference in New Issue
Block a user