]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/hwinfo/src/int10/vbios.h
Signierten GPG-Schluessel importiert.
[people/pmueller/ipfire-2.x.git] / src / hwinfo / src / int10 / vbios.h
CommitLineData
93afd047
MT
1#include "hd.h"
2
3int InitInt10(hd_data_t *, int);
4int CallInt10(int *ax, int *bx, int *cx, unsigned char *buf, int len, int cpuemu);
5int CallInt13(int *ax, int *bx, int *cx, int *dx, unsigned char *buf, int len, int cpuemu);
6void FreeInt10(void);