]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/hwinfo/src/int10/vbios.h
Kleiner netter neuer Versuch.
[people/pmueller/ipfire-2.x.git] / src / hwinfo / src / int10 / vbios.h
1 #include "hd.h"
2
3 int InitInt10(hd_data_t *, int);
4 int CallInt10(int *ax, int *bx, int *cx, unsigned char *buf, int len, int cpuemu);
5 int CallInt13(int *ax, int *bx, int *cx, int *dx, unsigned char *buf, int len, int cpuemu);
6 void FreeInt10(void);