diff options
| author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-08-31 13:56:43 +0000 |
|---|---|---|
| committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-08-31 13:56:43 +0000 |
| commit | 7111121ef0321ecc185eb0af571394e9ccdd8d38 (patch) | |
| tree | 82ddb413daf2fdcd069da2612e39b8ed5848be9f /int10/vbios.h | |
| parent | 7eecc68d898db2170894c4170e492fbd59af6de3 (diff) | |
| download | monitor-edid-7111121ef0321ecc185eb0af571394e9ccdd8d38.tar monitor-edid-7111121ef0321ecc185eb0af571394e9ccdd8d38.tar.gz monitor-edid-7111121ef0321ecc185eb0af571394e9ccdd8d38.tar.bz2 monitor-edid-7111121ef0321ecc185eb0af571394e9ccdd8d38.tar.xz monitor-edid-7111121ef0321ecc185eb0af571394e9ccdd8d38.zip | |
remove dead code
Diffstat (limited to 'int10/vbios.h')
| -rw-r--r-- | int10/vbios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/int10/vbios.h b/int10/vbios.h index edcb715..1777e01 100644 --- a/int10/vbios.h +++ b/int10/vbios.h @@ -1,6 +1,6 @@ #include "hd.h" -int InitInt10(hd_data_t *, int); +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); |
