diff options
Diffstat (limited to 'tools/ddcprobe/int10/vbios.h')
-rw-r--r-- | tools/ddcprobe/int10/vbios.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/ddcprobe/int10/vbios.h b/tools/ddcprobe/int10/vbios.h deleted file mode 100644 index 6bd5e8043..000000000 --- a/tools/ddcprobe/int10/vbios.h +++ /dev/null @@ -1,4 +0,0 @@ -int InitInt10(int); -int CallInt10(int *ax, int *bx, int *cx, unsigned char *buf, int len, int cpuemu); -int CallInt13(int *ax, int *bx, int *cx, int *dx, unsigned char *buf, int len, int cpuemu); -void FreeInt10(void); |