MAde the second parameter of tgi_ioctl a void* instead of an unsigned to keep

the interface more uniform between the driver APIs.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4518 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-12-11 14:33:53 +00:00
parent 14030c0852
commit 36cf23680c
4 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
;
; Ullrich von Bassewitz, 2004-10-14
;
; unsigned __fastcall__ tgi_ioctl (unsigned char code, unsigned val);
; unsigned __fastcall__ tgi_ioctl (unsigned char code, void* data);
; /* 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.