summaryrefslogtreecommitdiff
path: root/hw/block-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/block-common.h')
-rw-r--r--hw/block-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/block-common.h b/hw/block-common.h
index ec7810d7d4..31e12baced 100644
--- a/hw/block-common.h
+++ b/hw/block-common.h
@@ -24,5 +24,6 @@
void hd_geometry_guess(BlockDriverState *bs,
uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs,
int *ptrans);
+int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs);
#endif