diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-11-16 01:45:27 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-11-16 01:45:27 +0000 |
commit | 46d4767d93bcb2e84869ba6d2344ebff4382be86 (patch) | |
tree | ec07dcd1af4aaab9db64547e0b4cf36558caf772 /block_int.h | |
parent | e35c55fe38faea68eb9356163f52a426e533d79b (diff) | |
download | qemu-46d4767d93bcb2e84869ba6d2344ebff4382be86.tar.gz qemu-46d4767d93bcb2e84869ba6d2344ebff4382be86.tar.bz2 qemu-46d4767d93bcb2e84869ba6d2344ebff4382be86.zip |
better BIOS ATA translation support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1153 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block_int.h b/block_int.h index 9d047c4ff3..03744f7340 100644 --- a/block_int.h +++ b/block_int.h @@ -68,7 +68,7 @@ struct BlockDriverState { /* NOTE: the following infos are only hints for real hardware drivers. They are not used by the block driver */ - int cyls, heads, secs; + int cyls, heads, secs, translation; int type; char device_name[32]; BlockDriverState *next; |