summaryrefslogtreecommitdiffstats
path: root/tools/ddcprobe/int10/vbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ddcprobe/int10/vbios.h')
-rw-r--r--tools/ddcprobe/int10/vbios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ddcprobe/int10/vbios.h b/tools/ddcprobe/int10/vbios.h
new file mode 100644
index 000000000..6bd5e8043
--- /dev/null
+++ b/tools/ddcprobe/int10/vbios.h
@@ -0,0 +1,4 @@
+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);