master
h 20 lines 421 Bytes
Raw
1 /*
2 * Virtio Block Device common helpers
3 *
4 * Copyright IBM, Corp. 2007
5 *
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
11 */
12
13 #ifndef VIRTIO_BLK_COMMON_H
14 #define VIRTIO_BLK_COMMON_H
15
16 #include "hw/virtio/virtio.h"
17
18 extern const VirtIOConfigSizeParams virtio_blk_cfg_size_params;
19
20 #endif