aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-blk-common.h
blob: 31daada3e3e1ab10c631f5bdc6ce085f7dc688cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Virtio Block Device common helpers
 *
 * Copyright IBM, Corp. 2007
 *
 * Authors:
 *  Anthony Liguori   <aliguori@us.ibm.com>
 *
 * This work is licensed under the terms of the GNU GPL, version 2.  See
 * the COPYING file in the top-level directory.
 */

#ifndef VIRTIO_BLK_COMMON_H
#define VIRTIO_BLK_COMMON_H

#include "hw/virtio/virtio.h"

extern const VirtIOConfigSizeParams virtio_blk_cfg_size_params;

#endif