2 * Common code for block device models
4 * Copyright (C) 2012 Red Hat, Inc.
5 * Copyright (c) 2003-2008 Fabrice Bellard
7 * This work is licensed under the terms of the GNU GPL, version 2 or
8 * later. See the COPYING file in the top-level directory.
11 #ifndef HW_BLOCK_COMMON_H
12 #define HW_BLOCK_COMMON_H
14 #include "qemu-common.h"
16 /* Hard disk geometry */
18 void hd_geometry_guess(BlockDriverState *bs,
19 int *pcyls, int *pheads, int *psecs,