aboutsummaryrefslogtreecommitdiffstats
path: root/int10/vbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'int10/vbios.h')
-rw-r--r--int10/vbios.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/int10/vbios.h b/int10/vbios.h
deleted file mode 100644
index 1777e01..0000000
--- a/int10/vbios.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "hd.h"
-
-int InitInt10(hd_data_t *);
-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);